Expand description
Interface for objects and object handles.
Structs§
- MapFlags
- Flags for mapping objects.
- MetaExt
- A meta extension entry.
- Meta
ExtTag - A tag for a meta extension entry.
- Meta
Flags - Flags for objects.
- Meta
Info - The core metadata that all objects share.
- Nonce
- A nonce for avoiding object ID collision.
- ObjID
- An object ID.
- Object
Handle - An object handle, granting access to object memory. An object handle can be in two modes:
- Protections
- Mapping protections for mapping objects into the address space.
Constants§
Functions§
- twz_
rt_ get_ object_ handle - twz_
rt_ insert_ fot - twz_
rt_ map_ object - Map an object given by ID
id
with the given flags. - twz_
rt_ map_ two_ objects Deprecated - twz_
rt_ release_ handle - Release a handle. Should be only called by the ObjectHandle drop call.
- twz_
rt_ resolve_ fot - twz_
rt_ resolve_ fot_ local - twz_
rt_ update_ handle - Update a handle.