Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.h10 NOINLINE(void rb_gc_set_stack_end(VALUE **stack_end_p));
11 #define SET_MACHINE_STACK_END(p) rb_gc_set_stack_end(p)
H A Dthread.c4243 rb_gc_set_stack_end(VALUE **stack_end_p) in rb_gc_set_stack_end() function
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.362803 rb_gc_set_stack_end. it find out accurate stack boundary by
62806 * thread.c (rb_gc_set_stack_end): don't define if asm-version
66726 * gc.h: add an include guard and prototype of rb_gc_set_stack_end().