Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/doc/
H A DNEWS-2.1.0357 * rb_gc_stat() added. This allows access to specific GC.stat() values from C
H A DChangeLog-2.1.0940 * include/ruby/intern.h: add rb_gc_stat() for access to GC.stat
942 * gc.c (rb_gc_stat): new c-api method. accepts either VALUE hash like
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h525 size_t rb_gc_stat(VALUE);
/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c7472 rb_gc_stat(VALUE key) in rb_gc_stat() function