pub unsafe fn munmap(addr: *mut c_void, len: usize) -> Result<(), Errno>
Expand description

remove a mapping

Safety

addr must meet all the requirements described in the munmap(2) man page.