runtime.MemStats.HeapInuse (field)
4 uses
runtime (current package)
heapdump.go#L576: dumpint(m.HeapInuse)
mstats.go#L284: HeapInuse uint64
mstats.go#L509: stats.HeapInuse = memstats.heap_inuse
runtime/pprof
pprof.go#L628: fmt.Fprintf(w, "# HeapInuse = %d\n", s.HeapInuse)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)