runtime.heapStatsDelta.committed (field)
8 uses
runtime (current package)
metrics.go#L143: out.scalar = uint64(in.heapStats.committed - in.heapStats.inHeap -
metrics.go#L236: out.scalar = uint64(in.heapStats.committed+in.heapStats.released) +
mgcscavenge.go#L737: atomic.Xaddint64(&stats.committed, -nbytes)
mheap.go#L1284: atomic.Xaddint64(&stats.committed, int64(scav))
mstats.go#L697: consRetained := uint64(consStats.committed - consStats.inStacks - consStats.inWorkBufs - consStats.inPtrScalarBits)
mstats.go#L768: committed int64 // byte delta of memory committed
mstats.go#L790: a.committed += b.committed
 |
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. |