Home | History | Annotate | Download | only in runtime

Lines Matching full:swept

95 // The heap is swept span-by-span both lazily (when a goroutine needs another span)
116 // the span is swept (either by sweeping it, or by waiting for the concurrent sweep to finish).
117 // The finalizer goroutine is kicked off only when all spans are swept.
118 // When the next GC starts, it sweeps all not-yet-swept spans (if any).
872 // some might already be swept.
1252 // Pick up the remaining unswept/not being swept spans concurrently
2056 // with an empty swept list.
2057 throw("non-empty swept list")