Expand description
Linux implementation for memory mapping abstractions.
Structs§
- Sparse
Mapping - A reserved virtual address range that may be partially populated with memory mappings.
Traits§
- AsMappable
Ref - An object that can be mapped into a
SparseMapping
.
Functions§
- alloc_
shared_ memory - Allocates a mappable shared memory object of
size
bytes. - new_
mappable_ from_ file - Creates a new mappable from a file.
Type Aliases§
- Mappable
- An owned handle to an OS object that can be mapped into a
SparseMapping
. - Mappable
Ref - A reference to an object that can be mapped into a
SparseMapping
.