runtime.mstats.total_alloc (field)

4 uses

	runtime (current package)
		mstats.go#L24: 	total_alloc uint64 // bytes allocated (even if freed)
		mstats.go#L486: 	stats.TotalAlloc = memstats.total_alloc
		mstats.go#L626: 	memstats.total_alloc = 0
		mstats.go#L663: 	memstats.total_alloc = totalAlloc