func runtime.stkbucket
3 uses
runtime (current package)
mprof.go#L205: func stkbucket(typ bucketType, size uintptr, stk []uintptr, alloc bool) *bucket {
mprof.go#L344: b := stkbucket(memProfile, size, stk[:nstk], true)
mprof.go#L424: b := stkbucket(which, 0, stk[:nstk], true)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)