pub fn munlockall() -> Result<()>
Available on crate feature
mman
only.Expand description
Unlocks all memory pages mapped into this process’ address space.
For more information, see munlockall(2)
.
pub fn munlockall() -> Result<()>
mman
only.Unlocks all memory pages mapped into this process’ address space.
For more information, see munlockall(2)
.