Function nix::sys::mman::mlockall [−][src]
pub fn mlockall(flags: MlockAllFlags) -> Result<()>
Locks all memory pages mapped into this process’ address space. Locked pages never move to the swap area.
pub fn mlockall(flags: MlockAllFlags) -> Result<()>
Locks all memory pages mapped into this process’ address space. Locked pages never move to the swap area.