runtime.heapStatsDelta.largeFreeCount (field)
7 uses
runtime (current package)
metrics.go#L105: hist.counts[len(hist.counts)-1] = uint64(in.heapStats.largeFreeCount)
metrics.go#L332: a.numObjects = uint64(a.largeAllocCount - a.largeFreeCount)
mgcsweep.go#L554: atomic.Xadduintptr(&stats.largeFreeCount, 1)
mstats.go#L641: memstats.nfree += uint64(consStats.largeFreeCount)
mstats.go#L780: largeFreeCount uintptr // number of frees for large objects (>maxSmallSize)
mstats.go#L803: a.largeFreeCount += b.largeFreeCount
![]() |
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. |