runtime.mstats.stacks_inuse (field)
5 uses
runtime (current package)
mstats.go#L44: stacks_inuse uint64 // bytes in manually-managed stack spans; computed by updatememstats
mstats.go#L512: stats.StackInuse = memstats.stacks_inuse
mstats.go#L515: stats.StackSys = memstats.stacks_inuse + memstats.stacks_sys.load()
mstats.go#L667: memstats.stacks_inuse = uint64(consStats.inStacks)
mstats.go#L672: memstats.sys += memstats.stacks_inuse + memstats.gcWorkBufInUse + memstats.gcProgPtrScalarBitsInUse
 |
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. |