Modules§
- linked_
list - Provide the intrusive LinkedList
Structs§
- Frame
Allocator - A frame allocator that uses buddy system, requiring a global allocator.
- Heap
- A heap that uses buddy system with configurable order.
- Locked
Frame Allocator - A locked version of
FrameAllocator - Locked
Heap - A locked version of
Heap - Locked
Heap With Rescue - A locked version of
Heapwith rescue before oom