runtime.mstats.stacks_sys (field)
7 uses
runtime (current package)
metrics.go#L363: a.stacksSys = memstats.stacks_sys.load()
mstats.go#L45: stacks_sys sysMemStat // only counts newosproc0 stack in mstats; differs from MemStats.StackSys
mstats.go#L515: stats.StackSys = memstats.stacks_inuse + memstats.stacks_sys.load()
mstats.go#L614: memstats.sys = memstats.heap_sys.load() + memstats.stacks_sys.load() + memstats.mspan_sys.load() +
os_darwin.go#L261: memstats.stacks_sys.add(int64(stacksize))
stack.go#L344: v := sysAlloc(uintptr(n), &memstats.stacks_sys)
stack.go#L445: sysFree(v, n, &memstats.stacks_sys)
 |
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. |