| madvise.rs | 
           The `madvise` function.
 # Safety
 `madvise` operates on a raw pointer. Some forms of `madvise` may
 mutate the memory or have other side effects. | 
          1814 | 
        
        
          | mmap.rs | 
           The `mmap` API.
 # Safety
 `mmap` and related functions manipulate raw pointers and have special
 semantics. | 
          16362 | 
        
        
          | mod.rs | 
           Memory map operations. | 
          331 | 
        
        
          | msync.rs | 
           The `msync` function.
 # Safety
 `msync` operates on a raw pointer. Some forms of `msync` may mutate the
 memory or have other side effects. | 
          1591 | 
        
        
          | userfaultfd.rs | 
           The Linux `userfaultfd` API.
 # Safety
 Calling `userfaultfd` is safe, but the returned file descriptor lets users
 observe and manipulate process memory in magical ways. | 
          848 |