Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c9901 gcdebug_sentinel(VALUE obj, VALUE name) in gcdebug_sentinel() function
9910 rb_define_finalizer(obj, rb_proc_new(gcdebug_sentinel, (VALUE)name)); in rb_gcdebug_sentinel()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.2.07286 * gc.c (gcdebug_sentinel): fix typo, "sentinel" not "sential".