Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c2724 os_each_obj(int argc, VALUE *argv, VALUE os) in os_each_obj() function
10064 rb_define_module_function(rb_mObjSpace, "each_object", os_each_obj, -1); in Init_GC()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.8.03597 * gc.c (os_each_obj): prohibit ObjectSpace#each_object in safe
H A DChangeLog-1.9.360721 * gc.c (os_obj_of, os_each_obj): hide objects to be finalized.