runtime.MemStats.HeapObjects (field)
4 uses
runtime (current package)
heapdump.go#L590: dumpint(m.HeapObjects)
mstats.go#L179: HeapObjects uint64
mstats.go#L534: stats.HeapObjects = nMalloc - nFree
runtime/pprof
pprof.go#L733: fmt.Fprintf(w, "# HeapObjects = %d\n", s.HeapObjects)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)