pub fn sys_object_read_map(
handle: Option<ObjID>,
slot: usize,
) -> Result<MapInfo, ObjectReadMapError>
Expand description
Reads the map information about a given slot in the address space specified by handle
(or
current address space if none is specified).