[−][src]Function nix::sys::mman::munlock
pub unsafe fn munlock(addr: *const c_void, length: size_t) -> Result<()>
Unlocks all memory pages that contain part of the address range with length
bytes starting at
addr
.
pub unsafe fn munlock(addr: *const c_void, length: size_t) -> Result<()>
Unlocks all memory pages that contain part of the address range with length
bytes starting at
addr
.