runtime.MemStats.TotalAlloc (field)
7 uses
runtime (current package)
heapdump.go#L568: dumpint(m.TotalAlloc)
mstats.go#L186: TotalAlloc uint64
mstats.go#L486: stats.TotalAlloc = memstats.total_alloc
runtime/pprof
pprof.go#L619: fmt.Fprintf(w, "# TotalAlloc = %d\n", s.TotalAlloc)
testing
benchmark.go#L125: b.startBytes = memStats.TotalAlloc
benchmark.go#L139: b.netBytes += memStats.TotalAlloc - b.startBytes
benchmark.go#L160: b.startBytes = memStats.TotalAlloc
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)