Module space

Source

Re-exportsยง

pub use handle::MapHandle;
pub use unmapper::Unmapper;

Modulesยง

handle ๐Ÿ”’
unmapper ๐Ÿ”’

Structsยง

MapInfo
A mapping of an object and flags.
MappedObject ๐Ÿ”’
Space
An address space we can map objects into.
UnmapOnDrop ๐Ÿ”’
Allows us to call handle_drop and do all the hard work in the caller, since the caller probably had to hold a lock to call these functions.

Functionsยง

__monitor_get_slot ๐Ÿ”’ โš 
__monitor_get_slot_pair ๐Ÿ”’ โš 
__monitor_release_pair ๐Ÿ”’ โš 
__monitor_release_slot ๐Ÿ”’ โš 
early_object_map
Map an object into the address space, without tracking it. This leaks the mapping, but is useful for bootstrapping. See the object mapping gate comments for more details.
mapflags_into_prot ๐Ÿ”’