Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c3157 is_markable_object(rb_objspace_t *objspace, VALUE obj) in is_markable_object() function
3168 return is_markable_object(objspace, obj) && is_live_object(objspace, obj); in rb_objspace_markable_object_p()
4590 if (!is_markable_object(objspace, obj)) return; in gc_mark()
7783 if (is_markable_object(objspace, obj)) { in rb_objspace_reachable_objects_from()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.1.0190 first (by is_markable_object()).
8539 * gc.c: rename markable_object_p() to is_markable_object().
H A DChangeLog-2.2.04184 * gc.c (gc_mark): add gc_mark_ptr() to skip is_markable_object()