mmap

Undocumented in source. Be warned that the author may not have intended to support it.
void*
mmap
(
void* addr
,
ulong len
,
int prot = PROT_READ | PROT_WRITE
,
int flags = MAP_PRIVATE | MAP_ANONYMOUS
,
int fd = -1
,
int off = 0
)

Meta