runtime.mstats.heap_objects (field)

3 uses

	runtime (current package)
		mstats.go#L41: 	heap_objects uint64 // total number of allocated objects
		mstats.go#L511: 	stats.HeapObjects = memstats.heap_objects
		mstats.go#L665: 	memstats.heap_objects = memstats.nmalloc - memstats.nfree