testing.BenchmarkResult.MemBytes (field)

3 uses

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