Home
last modified time | relevance | path

Searched refs:sweep_slots (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c5691 size_t sweep_slots = total_slots - objspace->marked_slots; /* will be swept slots */ in gc_marks_finish() local
5701 if (sweep_slots > max_free_slots) { in gc_marks_finish()
5702 heap_pages_freeable_pages = (sweep_slots - max_free_slots) / HEAP_PAGE_OBJ_LIMIT; in gc_marks_finish()
5712 if (sweep_slots < min_free_slots) { in gc_marks_finish()
5727 heap_set_increment(objspace, heap_extend_pages(objspace, sweep_slots, total_slots)); in gc_marks_finish()
5750 …slots, (int)objspace->rgengc.old_objects, (int)heap->total_slots, (int)sweep_slots, (int)heap_allo… in gc_marks_finish()
5753 if (sweep_slots < min_free_slots) { in gc_marks_finish()
/dports/lang/yap/yap-6.2.2/C/
H A Dheapgc.c2787 sweep_slots(void) in sweep_slots() function
3673 sweep_slots(); in compaction_phase()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.021842 * gc.c (id2ref): objects which are unmarked but not in sweep_slots