runtime.p.mcache (field)

16 uses

	runtime (current package)
		mcache.go#L136: 		c = pp.mcache
		mgc.go#L1352: 		if fg := atomic.Load(&p.mcache.flushGen); fg != mheap_.sweepgen {
		mgc.go#L1766: 			_p_.mcache.prepareForSweep()
		mgc.go#L2145: 		c := p.mcache
		mgcmark.go#L1541: 		c := p.mcache
		mstats.go#L714: 	c := p.mcache
		proc.go#L4649: 	if pp.mcache == nil {
		proc.go#L4656: 			pp.mcache = mcache0
		proc.go#L4658: 			pp.mcache = allocmcache()
		proc.go#L4741: 	freemcache(pp.mcache)
		proc.go#L4742: 	pp.mcache = nil
		proc.go#L4842: 		_g_.m.p.ptr().mcache.prepareForSweep()
		proc.go#L4923: 	_p_.mcache.prepareForSweep()
		runtime2.go#L584: 	mcache      *mcache
		stack.go#L372: 			c := thisg.m.p.ptr().mcache
		stack.go#L465: 			c := gp.m.p.ptr().mcache