runtime.MemStats.HeapInuse (field)
4 uses
runtime (current package)
heapdump.go#L580: dumpint(m.HeapInuse)
mstats.go#L166: HeapInuse uint64
mstats.go#L532: stats.HeapInuse = gcController.heapInUse.load()
runtime/pprof
pprof.go#L694: fmt.Fprintf(w, "# HeapInuse = %d\n", s.HeapInuse)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)