runtime.MemStats.HeapObjects (field)

4 uses

	runtime (current package)
		heapdump.go#L582: 	dumpint(m.HeapObjects)
		mstats.go#L179: 	HeapObjects uint64
		mstats.go#L534: 	stats.HeapObjects = nMalloc - nFree

	runtime/pprof
		pprof.go#L696: 	fmt.Fprintf(w, "# HeapObjects = %d\n", s.HeapObjects)