runtime.MemStats.HeapObjects (field)

4 uses

	runtime (current package)
		heapdump.go#L581: 	dumpint(m.HeapObjects)
		mstats.go#L176: 	HeapObjects uint64
		mstats.go#L532: 	stats.HeapObjects = nMalloc - nFree

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