runtime.MemStats.TotalAlloc (field)
7 uses
runtime (current package)
heapdump.go#L570: dumpint(m.TotalAlloc)
mstats.go#L120: TotalAlloc uint64
mstats.go#L416: stats.TotalAlloc = memstats.total_alloc
runtime/pprof
pprof.go#L620: fmt.Fprintf(w, "# TotalAlloc = %d\n", s.TotalAlloc)
testing
benchmark.go#L126: b.startBytes = memStats.TotalAlloc
benchmark.go#L140: b.netBytes += memStats.TotalAlloc - b.startBytes
benchmark.go#L161: b.startBytes = memStats.TotalAlloc
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)