Skip to main content

mremap

Function mremap 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn mremap( old_address: *mut c_void, old_size: size_t, new_size: size_t, flags: c_int, ... ) -> *mut c_void
Expand description