Module unix

Source
Expand description

Linux implementation for memory mapping abstractions.

Structs§

SparseMapping
A reserved virtual address range that may be partially populated with memory mappings.

Traits§

AsMappableRef
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.
MappableRef
A reference to an object that can be mapped into a SparseMapping.