Skip to main content

Module sys_mman

Module sys_mman 

Source
Expand description

Re-exports§

pub use self::sys::*;

Modules§

sys

Constants§

MADV_DONTNEED
MADV_NORMAL
MADV_RANDOM
MADV_SEQUENTIAL
MADV_WILLNEED
MAP_ANON
MAP_ANONYMOUS
MAP_FAILED
cbindgen:ignore
MAP_PRIVATE
MAP_SHARED
MAP_STACK
MAP_TYPE
MCL_CURRENT
MCL_FUTURE
MREMAP_MAYMOVE
MS_ASYNC
MS_INVALIDATE
MS_SYNC
POSIX_MADV_NORMAL
POSIX_MADV_RANDOM
POSIX_MADV_SEQUENTIAL
POSIX_MADV_WILLNEED
POSIX_MADV_WONTNEED

Functions§

madvise
Non-POSIX, see https://www.man7.org/linux/man-pages/man2/madvise.2.html.
mlock
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/mlock.html.
mlockall
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/mlockall.html.
mmap
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/mmap.html.
mprotect
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/mprotect.html.
mremap
Non-POSIX, see https://www.man7.org/linux/man-pages/man2/mremap.2.html.
msync
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/msync.html.
munlock
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/mlock.html.
munlockall
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/mlockall.html.
munmap
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/munmap.html.
shm_open
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/shm_open.html.
shm_unlink
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/shm_unlink.html.