Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/doc/
H A DNEWS-2.1.0360 * rb_gc_latest_gc_info() added. This allows access to GC.latest_gc_info().
H A DChangeLog-2.1.0914 * gc.c (rb_gc_latest_gc_info): new c-api for above
917 * include/ruby/intern.h (rb_gc_latest_gc_info): export new c-api
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h526 VALUE rb_gc_latest_gc_info(VALUE);
/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c7058 rb_gc_latest_gc_info(VALUE key) in rb_gc_latest_gc_info() function