[][src]Function linux::syscall::munlock

pub fn munlock(addr: usize, len: usize) -> c_int

Unlock a memory range.

[argument, addr] The base address of the range.

[argument, len] The length of the range.

= See also

  • link:man:munlock(2)