runtime.MemStats.TotalAlloc (field)

7 uses

	runtime (current package)
		heapdump.go#L571: 	dumpint(m.TotalAlloc)
		mstats.go#L65: 	TotalAlloc uint64
		mstats.go#L507: 	stats.TotalAlloc = totalAlloc

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

	testing
		benchmark.go#L142: 		b.startBytes = memStats.TotalAlloc
		benchmark.go#L156: 		b.netBytes += memStats.TotalAlloc - b.startBytes
		benchmark.go#L177: 		b.startBytes = memStats.TotalAlloc