Function lrs::syscall::munlock

Unlock a memory range.

Syntax

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

Arguments

NameDescription
addr

The base address of the range.

len

The length of the range.

See also