[][src]Function sgx_libc::ocall::mmap

pub unsafe fn mmap(
    start: *mut c_void,
    length: size_t,
    prot: c_int,
    flags: c_int,
    fd: c_int,
    offset: off_t
) -> *mut c_void