runtime.statAggregate.heapStats (field)
21 uses
runtime (current package)
metrics.go#L93: hist.counts[len(hist.counts)-1] = uint64(in.heapStats.largeAllocCount)
metrics.go#L96: for i, count := range in.heapStats.smallAllocCount[1:] {
metrics.go#L105: hist.counts[len(hist.counts)-1] = uint64(in.heapStats.largeFreeCount)
metrics.go#L108: for i, count := range in.heapStats.smallFreeCount[1:] {
metrics.go#L124: out.scalar = in.heapStats.numObjects
metrics.go#L143: out.scalar = uint64(in.heapStats.committed - in.heapStats.inHeap -
metrics.go#L144: in.heapStats.inStacks - in.heapStats.inWorkBufs -
metrics.go#L145: in.heapStats.inPtrScalarBits)
metrics.go#L152: out.scalar = in.heapStats.inObjects
metrics.go#L159: out.scalar = uint64(in.heapStats.released)
metrics.go#L166: out.scalar = uint64(in.heapStats.inStacks)
metrics.go#L173: out.scalar = uint64(in.heapStats.inHeap) - in.heapStats.inObjects
metrics.go#L208: out.scalar = uint64(in.heapStats.inWorkBufs+in.heapStats.inPtrScalarBits) + in.sysStats.gcMiscSys
metrics.go#L236: out.scalar = uint64(in.heapStats.committed+in.heapStats.released) +
metrics.go#L388: heapStats heapStatsAggregate
metrics.go#L405: a.heapStats.compute()
![]() |
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. |