testing.BenchmarkResult.MemAllocs (field)
3 uses
testing (current package)
benchmark.go#L364: MemAllocs uint64 // The total number of memory allocations.
benchmark.go#L402: return int64(r.MemAllocs) / int64(r.N)
benchmark.go#L701: r.MemAllocs += uint64(other.AllocsPerOp())
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)