Home | History | Annotate | Download | only in runtime

Lines Matching full:swept

27 // finishsweep_m ensures that all spans are swept.
101 // swept this span, but in that case the sweep
116 // move to the swept in-use list.
126 print("pacer: sweep done at heap size ", memstats.heap_live>>20, "MB; allocated ", (memstats.heap_live-mheap_.sweepHeapLiveBasis)>>20, "MB during sweep; swept ", mheap_.pagesSwept, " pages at ", sweepRatio, " pages/byte\n")
147 // Returns only when span s has been swept.
316 // We need to set s.sweepgen = h.sweepgen only when all blocks are swept,
320 // span is already swept if available for allocation.
366 // The span has been swept and is still in-use, so put
367 // it on the swept in-use list.
386 // enough sweeping so that all pages are swept during the concurrent