runtime.MemStats.Mallocs (field)
9 uses
runtime (current package)
heapdump.go#L574: dumpint(m.Mallocs)
mstats.go#L85: Mallocs uint64
mstats.go#L509: stats.Mallocs = nMalloc
runtime/pprof
pprof.go#L696: fmt.Fprintf(w, "# Mallocs = %d\n", s.Mallocs)
testing
allocs.go#L29: mallocs := 0 - memstats.Mallocs
allocs.go#L38: mallocs += memstats.Mallocs
benchmark.go#L141: b.startAllocs = memStats.Mallocs
benchmark.go#L155: b.netAllocs += memStats.Mallocs - b.startAllocs
benchmark.go#L176: b.startAllocs = memStats.Mallocs
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)