Module sparse_mmap::unix
source · Expand description
Linux implementation for memory mapping abstractions.
Structs§
- A reserved virtual address range that may be partially populated with memory mappings.
Traits§
- An object that can be mapped into a
SparseMapping
.
Functions§
- Allocates a mappable shared memory object of
size
bytes. - Creates a new mappable from a file.
Type Aliases§
- An owned handle to an OS object that can be mapped into a
SparseMapping
. - A reference to an object that can be mapped into a
SparseMapping
.