отображать или отменять отображение файлов или устройств в память (map or unmap files or devices into memory)
Синопсис (Synopsis)
#include <sys/mman.h>
void *mmap(void *addr, size_t length, int prot, int flags,
int fd, off_t offset);
int munmap(void *addr, size_t length);
See NOTES for information on feature test macro requirements.