Function BMSreallocMemory_call

Source
pub unsafe extern "C" fn BMSreallocMemory_call(
    ptr: *mut c_void,
    size: usize,
    filename: *const c_char,
    line: c_int,
) -> *mut c_void
Expand description

allocates memory; returns NULL if memory allocation failed