Home
last modified time | relevance | path

Searched refs:uncollectible_wb_unprotected_objects (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c623 size_t uncollectible_wb_unprotected_objects; member
4473 objspace->rgengc.uncollectible_wb_unprotected_objects++; in gc_remember_unprotected()
5497 if (objspace->rgengc.uncollectible_wb_unprotected_objects != data.remembered_shady_count) { in gc_verify_internal_consistency()
5498 …: expect %"PRIuSIZE", but %"PRIuSIZE".", objspace->rgengc.uncollectible_wb_unprotected_objects, da… in gc_verify_internal_consistency()
5564 objspace->rgengc.uncollectible_wb_unprotected_objects = 0; in gc_marks_start()
5573 …objspace->rgengc.old_objects + objspace->rgengc.uncollectible_wb_unprotected_objects; /* uncollect… in gc_marks_start()
5678 …_wb_unprotected_objects_limit = (size_t)(objspace->rgengc.uncollectible_wb_unprotected_objects * r… in gc_marks_finish()
5735 …_wb_unprotected_objects_limit = (size_t)(objspace->rgengc.uncollectible_wb_unprotected_objects * r… in gc_marks_finish()
5739 …if (objspace->rgengc.uncollectible_wb_unprotected_objects > objspace->rgengc.uncollectible_wb_unpr… in gc_marks_finish()
7361 SET(remembered_wb_unprotected_objects, objspace->rgengc.uncollectible_wb_unprotected_objects); in gc_stat_internal()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.3.09831 uncollectible_wb_unprotected_objects: