runtime.heapStatsDelta.largeAlloc (field)
6 uses
runtime (current package)
mcache.go#L229: atomic.Xadduintptr(&stats.largeAlloc, npages*pageSize)
metrics.go#L331: a.inObjects = uint64(a.largeAlloc - a.largeFree)
mstats.go#L638: totalAlloc := uint64(consStats.largeAlloc)
mstats.go#L776: largeAlloc uintptr // bytes allocated for large objects
mstats.go#L797: a.largeAlloc += b.largeAlloc
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)