runtime.heapStatsAggregate.inObjects (field)
5 uses
runtime (current package)
metrics.go#L152: out.scalar = in.heapStats.inObjects
metrics.go#L173: out.scalar = uint64(in.heapStats.inHeap) - in.heapStats.inObjects
metrics.go#L320: inObjects uint64
metrics.go#L331: a.inObjects = uint64(a.largeAlloc - a.largeFree)
metrics.go#L335: a.inObjects += n * uint64(class_to_size[i])
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)