runtime.maptype.bucket (field)

20 uses

	runtime (current package)
		map.go#L262: 		ovf = (*bmap)(newobject(t.bucket))
		map.go#L265: 	if t.bucket.ptrdata == 0 {
		map.go#L304: 	mem, overflow := math.MulUintptr(uintptr(hint), t.bucket.size)
		map.go#L354: 		sz := t.bucket.size * nbuckets
		map.go#L357: 			nbuckets = up / t.bucket.size
		map.go#L362: 		buckets = newarray(t.bucket, int(nbuckets))
		map.go#L368: 		size := t.bucket.size * nbuckets
		map.go#L369: 		if t.bucket.ptrdata != 0 {
		map.go#L594: 		h.buckets = newobject(t.bucket) // newarray(t.bucket, 1)
		map.go#L821: 	if t.bucket.ptrdata == 0 {
		map.go#L1236: 		if h.flags&oldIterator == 0 && t.bucket.ptrdata != 0 {
		map_fast32.go#L109: 		h.buckets = newobject(t.bucket) // newarray(t.bucket, 1)
		map_fast32.go#L199: 		h.buckets = newobject(t.bucket) // newarray(t.bucket, 1)
		map_fast32.go#L448: 		if h.flags&oldIterator == 0 && t.bucket.ptrdata != 0 {
		map_fast64.go#L109: 		h.buckets = newobject(t.bucket) // newarray(t.bucket, 1)
		map_fast64.go#L199: 		h.buckets = newobject(t.bucket) // newarray(t.bucket, 1)
		map_fast64.go#L456: 		if h.flags&oldIterator == 0 && t.bucket.ptrdata != 0 {
		map_faststr.go#L220: 		h.buckets = newobject(t.bucket) // newarray(t.bucket, 1)
		map_faststr.go#L468: 		if h.flags&oldIterator == 0 && t.bucket.ptrdata != 0 {
		type.go#L376: 	bucket *_type // internal type representing a hash bucket