ruby_stack_check

Function ruby_stack_check 

Source
pub unsafe extern "C" fn ruby_stack_check() -> c_int
Expand description

Checks for stack overflow.

@retval true NG machine stack is about to overflow. @retval false OK there still is a room in the stack.

@internal

ยงDoes anybody use it? So far @shyouhei have never seen any actual use-case.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3