testing.BenchmarkResult.MemBytes (field)

3 uses

	testing (current package)
		benchmark.go#L523: 	MemBytes  uint64        // The total number of bytes allocated.
		benchmark.go#L572: 	return int64(r.MemBytes) / int64(r.N)
		benchmark.go#L873: 	r.MemBytes += uint64(other.AllocedBytesPerOp())