Function nix::sys::mman::munlockall
pub fn munlockall() -> Result<()>Documentation
Unlocks all memory pages mapped into this process’ address space.
For more information, see munlockall(2).
pub fn munlockall() -> Result<()>Unlocks all memory pages mapped into this process’ address space.
For more information, see munlockall(2).