Skip to main content

Module memory_pool

Module memory_pool 

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

BlockPool
Block-based memory pool with fixed-size blocks
StaticPool
Static memory pool with compile-time size

Traits§

MemoryPool
Memory pool trait for unified pool interface