Modules§
Structs§
- Heap
- A fixed size heap backed by a linked list of free memory blocks.
- Locked
Heap
Functions§
- align_
down_ size - Align downwards. Returns the greatest x with alignment
align
so that x <= addr. The alignment must be a power of 2. - align_
up - Align upwards. Returns the smallest x with alignment
align
so that x >= addr. The alignment must be a power of 2. - align_
up_ size