runtime.mheap.central (field)
13 uses
runtime (current package)
mcache.go#L158: mheap_.central[spc].mcentral.uncacheSpan(s)
mcache.go#L162: s = mheap_.central[spc].mcentral.cacheSpan()
mcache.go#L245: mheap_.central[spc].mcentral.fullSwept(mheap_.sweepgen).push(s)
mcache.go#L276: mheap_.central[i].mcentral.uncacheSpan(s)
mgcsweep.go#L100: c := &h.central[spc].mcentral
mgcsweep.go#L142: for i := range mheap_.central {
mgcsweep.go#L143: c := &mheap_.central[i].mcentral
mgcsweep.go#L523: mheap_.central[spc].mcentral.fullSwept(sweepgen).push(s)
mgcsweep.go#L525: mheap_.central[spc].mcentral.partialSwept(sweepgen).push(s)
mgcsweep.go#L561: mheap_.central[spc].mcentral.fullSwept(sweepgen).push(s)
mheap.go#L206: central [numSpanClasses]struct {
mheap.go#L722: for i := range h.central {
mheap.go#L723: h.central[i].mcentral.init(spanClass(i))
![]() |
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. |