runtime.MemStats.HeapObjects (field)
4 uses
runtime (current package)
heapdump.go#L578: dumpint(m.HeapObjects)
mstats.go#L297: HeapObjects uint64
mstats.go#L511: stats.HeapObjects = memstats.heap_objects
runtime/pprof
pprof.go#L630: fmt.Fprintf(w, "# HeapObjects = %d\n", s.HeapObjects)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)