Function sys_object_unmap

Source
pub fn sys_object_unmap(
    handle: Option<ObjID>,
    slot: usize,
    flags: UnmapFlags,
) -> Result<()>
Expand description

Unmaps an object from the address space specified by handle (or the current address space if none is specified).