ialloc 0.0.0-2025-05-02

Allocator interface traits
Documentation
1
2
3
4
//! [`Bump`], [`FixedPoolLinearProbe`]

mod bump;           pub use bump::*;
mod fixed_pool;     pub use fixed_pool::*;