runtime.MemStats.HeapAlloc (field)

4 uses

	runtime (current package)
		heapdump.go#L575: 	dumpint(m.HeapAlloc)
		mstats.go#L177: 	HeapAlloc uint64
		mstats.go#L420: 	stats.HeapAlloc = memstats.alloc

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