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)