runtime.bucket.nstk (field)
8 uses
runtime (current package)
mprof.go#L54: nstk uintptr
mprof.go#L176: b.nstk = uintptr(nstk)
mprof.go#L183: return stk[:b.nstk:b.nstk]
mprof.go#L191: data := add(unsafe.Pointer(b), unsafe.Sizeof(*b)+b.nstk*unsafe.Sizeof(uintptr(0)))
mprof.go#L200: data := add(unsafe.Pointer(b), unsafe.Sizeof(*b)+b.nstk*unsafe.Sizeof(uintptr(0)))
mprof.go#L605: for i := int(b.nstk); i < len(r.Stack0); i++ {
mprof.go#L614: fn(b, b.nstk, &b.stk()[0], b.size, mp.active.allocs, mp.active.frees)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |