runtime.MemStats.HeapInuse (field)

4 uses

	runtime (current package)
		heapdump.go#L579: 	dumpint(m.HeapInuse)
		mstats.go#L163: 	HeapInuse uint64
		mstats.go#L530: 	stats.HeapInuse = gcController.heapInUse.load()

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