runtime.MemStats.HeapObjects (field)

4 uses

	runtime (current package)
		heapdump.go#L580: 	dumpint(m.HeapObjects)
		mstats.go#L231: 	HeapObjects uint64
		mstats.go#L441: 	stats.HeapObjects = memstats.heap_objects

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