runtime.MemStats.HeapAlloc (field)
4 uses
runtime (current package)
heapdump.go#L577: dumpint(m.HeapAlloc)
mstats.go#L125: HeapAlloc uint64
mstats.go#L513: stats.HeapAlloc = totalAlloc - totalFree
runtime/pprof
pprof.go#L691: fmt.Fprintf(w, "# HeapAlloc = %d\n", s.HeapAlloc)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)