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