runtime.MemStats.Sys (field)

4 uses

	runtime (current package)
		heapdump.go#L572: 	dumpint(m.Sys)
		mstats.go#L75: 	Sys uint64
		mstats.go#L508: 	stats.Sys = totalMapped

	runtime/pprof
		pprof.go#L694: 	fmt.Fprintf(w, "# Sys = %d\n", s.Sys)