Searched defs:mcentral (Results 1 – 1 of 1) sorted by relevance
21 type mcentral struct { struct22 _ sys.NotInHeap23 spanclass spanClass43 partial [2]spanSet // list of spans with a free object44 full [2]spanSet // list of spans with no free objects48 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 …]