Module allocator

Module allocator 

Source
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§

HybridLogConfig
Configuration for the hybrid log allocator
LogStats
Statistics about the log
PersistentMemoryMalloc
Hybrid log allocator - PersistentMemoryMalloc