Lines Matching defs:bucket
75 type bucket struct { struct
76 _ sys.NotInHeap
77 next *bucket
78 allnext *bucket
79 typ bucketType // memBucket or blockBucket (includes mutexProfile)
80 hash uintptr
81 size uintptr
82 nstk uintptr
247 func (b *bucket) stk() []uintptr {
257 func (b *bucket) mp() *memRecord {
266 func (b *bucket) bp() *blockRecord {
469 func mProf_Free(b *bucket, size uintptr) {
1097 func iterate_memprof(fn func(*bucket, uintptr, *uintptr, uintptr, uintptr, uintptr)) {