runtime.heapStatsDelta.largeAllocCount (field)
7 uses
runtime (current package)
mcache.go#L230: atomic.Xadduintptr(&stats.largeAllocCount, 1)
metrics.go#L93: hist.counts[len(hist.counts)-1] = uint64(in.heapStats.largeAllocCount)
metrics.go#L332: a.numObjects = uint64(a.largeAllocCount - a.largeFreeCount)
mstats.go#L639: memstats.nmalloc += uint64(consStats.largeAllocCount)
mstats.go#L777: largeAllocCount uintptr // number of large object allocations
mstats.go#L798: a.largeAllocCount += b.largeAllocCount
![]() |
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. |