runtime.mstats.sys (field)
4 uses
runtime (current package)
mstats.go#L25: sys uint64 // bytes obtained from system (should be sum of xxx_sys below, no locking, approximate)
mstats.go#L487: stats.Sys = memstats.sys
mstats.go#L614: memstats.sys = memstats.heap_sys.load() + memstats.stacks_sys.load() + memstats.mspan_sys.load() +
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. |