lua_Alloc

Type Alias lua_Alloc 

pub type lua_Alloc = unsafe extern "C" fn(*mut c_void, *mut c_void, usize, usize) -> *mut c_void;
Expand description

Type for memory-allocation functions (no unwinding)