[][src]Function linux::syscall::mlock

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

Lock a memory range in memory.

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

[argument, len] The length of the range.

= See also

  • link:man:mlock(2)