testing.BenchmarkResult.MemBytes (field)

3 uses

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