runtime.MemStats.MCacheInuse (field)

4 uses

	runtime (current package)
		heapdump.go#L583: 	dumpint(m.MCacheInuse)
		mstats.go#L339: 	MCacheInuse uint64
		mstats.go#L518: 	stats.MCacheInuse = memstats.mcache_inuse

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