mman.h, mman - memory management declarations
#include <sys/mman.h>
The <sys/mman.h> header supports the following options:
For Memory Mapped Files and Shared Memory Objects options, the following protection options are defined:
PROT_READ
PROT_WRITE
PROT_EXEC
PROT_NONE
The following flag options are defined:
MAP_SHARED
MAP_PRIVATE
MAP_FIXED
The flags immediately following are defined for msync(). See msync(3C).
MS_ASYNC
MS_SYNC
MS_INVALIDATE
The symbolic constants immediately following are defined for the mlockall() function. See mlockall(3C).
MCL_CURRENT
MCL_FUTURE
The symbolic constant MAP_FAILED is defined to indicate a failure from the mmap() function. See mmap(2).
The mode_t, off_t, and size_t types are be defined as described in <sys/types.h>. See types(3HEAD).
See attributes(5) for descriptions of the following attributes:
|
mmap(2), mprotect(2), munmap(2), madvise(3C), mlock(3C), mlockall(3C), msync(3C), shm_open(3C), shm_unlink(3C), attributes(5), standards(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |