runtime.MemStats.MCacheInuse (field)

4 uses

	runtime (current package)
		heapdump.go#L585: 	dumpint(m.MCacheInuse)
		mstats.go#L273: 	MCacheInuse uint64
		mstats.go#L448: 	stats.MCacheInuse = memstats.mcache_inuse

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