Crate sparse_mmap

Crate sparse_mmap 

Source
Expand description

Memory-related abstractions.

Re-exports§

pub use sys::Mappable;
pub use sys::MappableRef;
pub use sys::SparseMapping;
pub use sys::alloc_shared_memory;
pub use sys::new_mappable_from_file;

Modules§

alloc
Memory functionality that needs a refactor.
unix
Linux implementation for memory mapping abstractions.

Enums§

SparseMappingError

Traits§

AsMappableRef
An object that can be mapped into a SparseMapping.