Crate linked_list_allocator
source ·Modules
Structs
- A fixed size heap backed by a linked list of free memory blocks.
Functions
- Align downwards. Returns the greatest x with alignment
align
so that x <= addr. The alignment must be a power of 2. - Align upwards. Returns the smallest x with alignment
align
so that x >= addr. The alignment must be a power of 2.