[go: up one dir, main page]

munlock

Function munlock 

Source
pub unsafe fn munlock(addr: NonNull<c_void>, length: size_t) -> Result<()>
Available on crate feature mman only.
Expand description

Unlocks all memory pages that contain part of the address range with length bytes starting at addr.

ยงSafety

addr must meet all the requirements described in the munlock(2) man page.