nix::sys::mman

Function munlockall

Source
pub fn munlockall() -> Result<()>
Expand description

Unlocks all memory pages mapped into this process’ address space.

For more information, see munlockall(2).