runtime.hiter.buckets (field)
4 uses
runtime (current package)
map.go#L169: buckets unsafe.Pointer // bucket ptr at hash_iter initialization time
map.go#L820: it.buckets = h.buckets
map.go#L884: b = (*bmap)(add(it.buckets, bucket*uintptr(t.bucketsize)))
map.go#L888: b = (*bmap)(add(it.buckets, bucket*uintptr(t.bucketsize)))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)