Expand description
Memory allocators for FASTER
This module provides the hybrid log allocator (PersistentMemoryMalloc) and related memory management utilities.
Re-exports§
pub use page_allocator::FullPageStatus;pub use page_allocator::FlushStatus;pub use page_allocator::CloseStatus;pub use page_allocator::PageInfo;
Modules§
- page_
allocator - Page allocator and status management for FASTER
Structs§
- Hybrid
LogConfig - Configuration for the hybrid log allocator
- LogStats
- Statistics about the log
- Persistent
Memory Malloc - Hybrid log allocator - PersistentMemoryMalloc