27.4.6. mmap

The mmap system call allows advanced memory operations.

mmap is notably used to implement the malloc ANSI C function, replacing the previously used break system call.

Linux adds has several POSIX extension flags to it.