runtime.MemProfileRecord.AllocBytes (field)

5 uses

	runtime (current package)
		mprof.go#L955: 	AllocBytes, FreeBytes     int64       // number of bytes allocated, freed
		mprof.go#L961: func (r *MemProfileRecord) InUseBytes() int64 { return r.AllocBytes - r.FreeBytes }
		mprof.go#L1078: 	dst.AllocBytes = src.AllocBytes

	runtime/pprof
		pprof.go#L648: 		total.AllocBytes += r.AllocBytes
		pprof.go#L666: 	allocBytes := total.AllocBytes