type runtime.mcache

18 uses

	runtime (current package)
		malloc.go#L872: func (c *mcache) nextFree(spc spanClass) (v gclinkptr, s *mspan, shouldhelpgc bool) {
		mcache.go#L20: type mcache struct {
		mcache.go#L84: func allocmcache() *mcache {
		mcache.go#L85: 	var c *mcache
		mcache.go#L88: 		c = (*mcache)(mheap_.cachealloc.alloc())
		mcache.go#L105: func freemcache(c *mcache) {
		mcache.go#L125: func getMCache() *mcache {
		mcache.go#L128: 	var c *mcache
		mcache.go#L146: func (c *mcache) refill(spc spanClass) {
		mcache.go#L209: func (c *mcache) allocLarge(size uintptr, needzero bool, noscan bool) *mspan {
		mcache.go#L251: func (c *mcache) releaseAll() {
		mcache.go#L295: func (c *mcache) prepareForSweep() {
		mheap.go#L706: 	h.cachealloc.init(unsafe.Sizeof(mcache{}), nil, nil, &memstats.mcache_sys)
		proc.go#L86: 	mcache0      *mcache
		runtime2.go#L584: 	mcache      *mcache
		stack.go#L262: func stackcacherefill(c *mcache, order uint8) {
		stack.go#L284: func stackcacherelease(c *mcache, order uint8) {
		stack.go#L303: func stackcache_clear(c *mcache) {