const runtime.pcbucketsize
4 uses
runtime (current package)
symtab.go#L512: const pcbucketsize = 256 * minfunc // size of bucket in the pc->func lookup table
symtab.go#L679: b := x / pcbucketsize
symtab.go#L680: i := x % pcbucketsize / (pcbucketsize / nsub)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)