Skip to main content

sys_mmap

Function sys_mmap 

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

Creates a new virtual memory mapping of the size specified with protection bits specified in prot_flags.