Skip to main content

Module alloc_utils

Module alloc_utils 

Source
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
BumpAllocator
Bump allocator for sequential allocations
StackAllocator
Stack-based allocator for fixed-size allocations