Function ruby_cleanup

Source
pub unsafe extern "C" fn ruby_cleanup(ex: c_int) -> c_int
Expand description

Destructs the VM.

Runs the VM finalization processes as well as ruby_finalize(), and frees resources used by the VM.

ยง@param[in] ex Default value to the return value. @retval EXIT_FAILURE An error occurred. @retval ex Successful cleanup. @note This function does not raise any exception.

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