Function lrs::mem::unlock

Unlock a memory range.

Syntax

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

Arguments

NameDescription
range

The range to unlock.

See also