Expand description
Static memory pool implementations for no_std environments
Provides memory pool abstractions that allow predictable allocation behavior in embedded systems without heap allocation.
Structs§
- Block
Pool - Block-based memory pool with fixed-size blocks
- Static
Pool - Static memory pool with compile-time size
Traits§
- Memory
Pool - Memory pool trait for unified pool interface