Home
last modified time | relevance | path

Searched refs:rb_gcdebug_print_obj_condition (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c831 void rb_gcdebug_print_obj_condition(VALUE obj);
4849 rb_gcdebug_print_obj_condition((VALUE)obj); in gc_mark_children()
9869 rb_gcdebug_print_obj_condition(VALUE obj) in rb_gcdebug_print_obj_condition() function
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.1.02525 * gc.c (rb_gcdebug_print_obj_condition): catch up recent changes
6210 * gc.c (rb_gcdebug_print_obj_condition): add printing information.
H A DChangeLog-2.2.03623 * gc.c (rb_gcdebug_print_obj_condition): use RVALUE_REMEMBERED
H A DChangeLog-2.0.05766 * gc.c (rb_gcdebug_print_obj_condition): add the function for debug.