Home
last modified time | relevance | path

Searched defs:mcentral (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmcentral.go21 type mcentral struct { struct
22 _ sys.NotInHeap
23 spanclass spanClass
43 partial [2]spanSet // list of spans with a free object
44 full [2]spanSet // list of spans with no free objects
48 func (c *mcentral) init(spc spanClass) {
58 func (c *mcentral) partialUnswept(sweepgen uint32) *spanSet {
64 func (c *mcentral) partialSwept(sweepgen uint32) *spanSet {
70 func (c *mcentral) fullUnswept(sweepgen uint32) *spanSet {
76 func (c *mcentral) fullSwept(sweepgen uint32) *spanSet {
[all …]