[][src]Function sgx_trts::libc::ocall::mmap

pub unsafe fn mmap(
    start: *mut c_void,
    length: usize,
    prot: i32,
    flags: i32,
    fd: i32,
    offset: i64
) -> *mut c_void