pub fn sys_object_unmap(
handle: Option<ObjID>,
slot: usize,
flags: UnmapFlags,
) -> Result<(), ObjectUnmapError>
Expand description
Unmaps an object from the address space specified by handle
(or the current address space if
none is specified).