Home
last modified time | relevance | path

Searched refs:rb_gc_disable (Results 1 – 11 of 11) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/
H A Dgc_spec.rb35 @f.rb_gc_disable.should be_false
40 @f.rb_gc_disable.should be_true
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/ext/
H A Dgc_spec.c29 return rb_gc_disable(); in gc_spec_rb_gc_disable()
/dports/lang/ruby26/ruby-2.6.9/
H A Dtransient_heap.c730 VALUE gc_disabled = rb_gc_disable(); in transient_heap_evacuate()
H A Dgc.c5237 VALUE already_disabled = rb_gc_disable(); in gc_marks_check()
7566 rb_gc_disable(void) in rb_gc_disable() function
10036 rb_define_singleton_method(rb_mGC, "disable", rb_gc_disable, 0); in Init_GC()
/dports/audio/snd/snd-21.2/
H A Dxen.c1151 rb_gc_disable(); in g_gc_off()
H A Dvct.c1173 rb_gc_disable(); in g_vct_to_vector()
H A Dsnd-xen.c2744 rb_gc_disable(); in Xen_wrap_no_args()
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h520 VALUE rb_gc_disable(void);
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.1.04603 * gc.c (rb_gc_disable): do rest_sweep() before disable GC.
H A DChangeLog-1.8.010885 rb_gc_enable(), rb_gc_disable(), rb_gc_start(), rb_str_new5()
H A DChangeLog-1.9.325090 * gc.c (rb_gc_enable, rb_gc_disable): should return Qtrue/Qfalse.