runtime.MemStats.MCacheSys (field)

4 uses

	runtime (current package)
		heapdump.go#L586: 	dumpint(m.MCacheSys)
		mstats.go#L277: 	MCacheSys uint64
		mstats.go#L449: 	stats.MCacheSys = memstats.mcache_sys.load()

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