runtime.MemStats.HeapAlloc (field)

4 uses

	runtime (current package)
		heapdump.go#L576: 	dumpint(m.HeapAlloc)
		mstats.go#L122: 	HeapAlloc uint64
		mstats.go#L511: 	stats.HeapAlloc = totalAlloc - totalFree

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