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
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |