Expand description
Memory allocators for Graphos.
This module provides specialized memory allocators optimized for graph database workloads:
Re-exports§
pub use arena::Arena;pub use arena::ArenaAllocator;pub use buffer::BufferManager;pub use buffer::BufferManagerConfig;pub use buffer::BufferStats;pub use buffer::MemoryConsumer;pub use buffer::MemoryGrant;pub use buffer::MemoryRegion;pub use buffer::PressureLevel;pub use bump::BumpAllocator;pub use pool::ObjectPool;