Expand description
Custom allocator implementations for no_std environments
Provides allocator wrappers compatible with Rust’s allocator API
Structs§
- Arena
- Arena allocator for temporary allocations
- Bump
Allocator - Bump allocator for sequential allocations
- Stack
Allocator - Stack-based allocator for fixed-size allocations