Function mmap64 [src]
Prototype
pub extern "c" fn mmap64(addr: ?*align(page_size) anyopaque, len: usize, prot: c_uint, flags: c_uint, fd: fd_t, offset: i64) *anyopaque
Parameters
addr: ?*align(page_size) anyopaque
len: usize
prot: c_uint
flags: c_uint
fd: fd_t
offset: i64
Source
pub extern "c" fn mmap64(addr: ?*align(page_size) anyopaque, len: usize, prot: c_uint, flags: c_uint, fd: fd_t, offset: i64) *anyopaque