#[unsafe(no_mangle)]pub extern "C" fn sys_mmap(
size: usize,
prot_flags: MemoryProtection,
ret: &mut *mut u8,
) -> i32Available on crate feature
mman only.Expand description
Creates a new virtual memory mapping of the size specified with
protection bits specified in prot_flags.