Function lua_getallocf

Source
pub unsafe extern "C-unwind" fn lua_getallocf(
    L: *mut lua_State,
) -> Option<lua_Alloc>
Expand description

Returns the memory allocation function of the state.