runtime.mstats.alloc (field)

5 uses

	runtime (current package)
		mstats.go#L23: 	alloc       uint64 // bytes allocated and not yet freed
		mstats.go#L485: 	stats.Alloc = memstats.alloc
		mstats.go#L490: 	stats.HeapAlloc = memstats.alloc
		mstats.go#L625: 	memstats.alloc = 0
		mstats.go#L664: 	memstats.alloc = totalAlloc - totalFree