Skip to main content

sys_munmap

Function sys_munmap 

Source
#[unsafe(no_mangle)]
pub extern "C" fn sys_munmap(ptr: *mut u8, size: usize) -> i32
Available on crate feature mman only.
Expand description

Unmaps memory at the specified ptr for size bytes.