Bucket 67 src/pkg/runtime/hashmap.h typedef struct Bucket Bucket; Bucket 73 src/pkg/runtime/hashmap.h Bucket *overflow; // overflow bucket, if any Bucket 134 src/pkg/runtime/hashmap.h struct Bucket *bptr; // current bucket Bucket 18 src/pkg/runtime/hashmap_fast.c Bucket *b; Bucket 43 src/pkg/runtime/hashmap_fast.c b = (Bucket*)h->buckets; Bucket 96 src/pkg/runtime/hashmap_fast.c b = (Bucket*)(h->oldbuckets + i * h->bucketsize); Bucket 98 src/pkg/runtime/hashmap_fast.c b = (Bucket*)(h->buckets + bucket * h->bucketsize); Bucket 101 src/pkg/runtime/hashmap_fast.c b = (Bucket*)(h->buckets + bucket * h->bucketsize); Bucket 125 src/pkg/runtime/hashmap_fast.c Bucket *b; Bucket 153 src/pkg/runtime/hashmap_fast.c b = (Bucket*)h->buckets; Bucket 209 src/pkg/runtime/hashmap_fast.c b = (Bucket*)(h->oldbuckets + i * h->bucketsize); Bucket 211 src/pkg/runtime/hashmap_fast.c b = (Bucket*)(h->buckets + bucket * h->bucketsize); Bucket 214 src/pkg/runtime/hashmap_fast.c b = (Bucket*)(h->buckets + bucket * h->bucketsize); Bucket 698 src/pkg/runtime/heapdump.c dumpmemprof_callback(Bucket *b, uintptr nstk, uintptr *stk, uintptr size, uintptr allocs, uintptr frees) Bucket 401 src/pkg/runtime/malloc.h typedef struct Bucket Bucket; // from mprof.goc Bucket 406 src/pkg/runtime/malloc.h Bucket* b; Bucket 571 src/pkg/runtime/malloc.h void runtime·MProf_Free(Bucket*, uintptr, bool); Bucket 573 src/pkg/runtime/malloc.h void runtime·iterate_memprof(void (*callback)(Bucket*, uintptr, uintptr*, uintptr, uintptr, uintptr)); Bucket 582 src/pkg/runtime/malloc.h void runtime·setprofilebucket(void *p, Bucket *b); Bucket 767 src/pkg/runtime/mheap.c runtime·setprofilebucket(void *p, Bucket *b)