Module nix::sys::mman  
                   
                       [−]
                   
               [src]
Structs
| MapFlags | |
| MsFlags | |
| ProtFlags | 
Constants
Functions
| madvise | |
| mlock⚠ | |
| mmap | 
                                 Calls to mmap are inherently unsafe, so they must be made in an unsafe block. Typically a higher-level abstraction will hide the unsafe interactions with the mmap'd region.  | 
                       
| msync | |
| munlock | |
| munmap | |
| shm_open | |
| shm_unlink | 
Type Definitions
| MmapAdvise |