Skip to main content

reallocarray

Function reallocarray 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn reallocarray( ptr: *mut c_void, m: size_t, n: size_t, ) -> *mut c_void
Expand description