Function lrs::syscall::mlock

Lock a memory range in memory.

Syntax

fn mlock(addr: usize, len: usize) -> i32

Arguments

NameDescription
addr

The base address of the range.

len

The length of the range.

See also