Function rb_memerror

Source
pub unsafe extern "C" fn rb_memerror() -> !
Expand description

Triggers out-of-memory error. If possible it raises ::rb_eNoMemError. But because we are running out of memory that is not always doable. This function tries hard to show something, but ultimately can die silently.

ยง@exception rb_eNoMemError Raises it if possible.

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