runtime.mcentral.partial (field)
5 uses
runtime (current package)
mcentral.go#L41: partial [2]spanSet // list of spans with a free object
mcentral.go#L48: lockInit(&c.partial[0].spineLock, lockRankSpanSetSpine)
mcentral.go#L49: lockInit(&c.partial[1].spineLock, lockRankSpanSetSpine)
mcentral.go#L57: return &c.partial[1-sweepgen/2%2]
mcentral.go#L63: return &c.partial[sweepgen/2%2]
![]() |
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. |