pub unsafe extern "C" fn mmap( size: usize, prot_flags: u32, ret: &mut *mut u8, ) -> i32
Creates a new virtual memory mapping of the size specified with protection bits specified in prot_flags.
size
prot_flags