Function lrs::mem::lock

Lock a memory range in memory.

Syntax

fn lock(range: Range<usize>) -> Result<(), Errno>

Arguments

NameDescription
range

The range to lock.

See also