Expand description
Manages the kernel heap using slab or buddy allocation strategies.
Structs§
- Heap
Slot - A slot that will become or has been turned from a heap allocation.
- Slab
Meta - Frame metadata of a slab.
- Slab
Slot List - A singly-linked list of
HeapSlot
s fromsuper::Slab
s.
Enums§
- Slot
Info - The type and size of the heap slot that should be used for the allocation.
Traits§
- Global
Heap Allocator - The trait for the global heap allocator.
Type Aliases§
- Slab
- A slab.