Expand description
Implements two memory allocators: a Buddy Allocator and a Best-Fit Allocator,
respectively referred to as [BUDDY_ALLOCATOR][crate::alloc::paging::BUDDY_ALLOCATOR]
and [FIT_ALLOCATOR][crate::alloc::paging::FIT_ALLOCATOR].
Structs§
Enums§
- Entry
Bits - Represent (repr) our entry bits as unsigned 64-bit integers.