runtime.MemStats.Alloc (field)

4 uses

	runtime (current package)
		heapdump.go#L569: 	dumpint(m.Alloc)
		mstats.go#L113: 	Alloc uint64
		mstats.go#L415: 	stats.Alloc = memstats.alloc

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