runtime.mcentral.fullSwept (method)

6 uses

	runtime (current package)
		mcache.go#L245: 	mheap_.central[spc].mcentral.fullSwept(mheap_.sweepgen).push(s)
		mcentral.go#L74: func (c *mcentral) fullSwept(sweepgen uint32) *spanSet {
		mcentral.go#L148: 			c.fullSwept(sg).push(s)
		mcentral.go#L222: 			c.fullSwept(sg).push(s)
		mgcsweep.go#L523: 				mheap_.central[spc].mcentral.fullSwept(sweepgen).push(s)
		mgcsweep.go#L561: 		mheap_.central[spc].mcentral.fullSwept(sweepgen).push(s)