runtime.heapStatsDelta.inHeap (field)
9 uses
runtime (current package)
metrics.go#L143: out.scalar = uint64(in.heapStats.committed - in.heapStats.inHeap -
metrics.go#L173: out.scalar = uint64(in.heapStats.inHeap) - in.heapStats.inObjects
mheap.go#L1288: atomic.Xaddint64(&stats.inHeap, int64(nbytes))
mheap.go#L1477: atomic.Xaddint64(&stats.inHeap, -int64(nbytes))
mstats.go#L686: if memstats.heap_inuse != uint64(consStats.inHeap) {
mstats.go#L688: print("runtime: consistent value=", consStats.inHeap, "\n")
mstats.go#L770: inHeap int64 // byte delta of memory placed in the heap
mstats.go#L792: a.inHeap += b.inHeap
![]() |
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. |