Function ruby_malloc_size_overflow

Source
pub unsafe extern "C" fn ruby_malloc_size_overflow(
    x: size_t,
    y: size_t,
) -> !
Expand description

§Private

This is an implementation detail of #RB_ALLOCV_N(). People don’t use this directly.

§@param[in] x Arbitrary value. @param[in] y Arbitrary value. @exception rb_eArgError x * y would integer overflow.

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