runtime.MemStats.MCacheSys (field)

4 uses

	runtime (current package)
		heapdump.go#L588: 	dumpint(m.MCacheSys)
		mstats.go#L235: 	MCacheSys uint64
		mstats.go#L542: 	stats.MCacheSys = memstats.mcache_sys.load()

	runtime/pprof
		pprof.go#L700: 	fmt.Fprintf(w, "# MCache = %d / %d\n", s.MCacheInuse, s.MCacheSys)