Skip to main content

munmap

Function munmap 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn munmap( addr: *mut c_void, len: size_t, ) -> c_int
Expand description