Module paging

Module paging 

Source
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§

Entry
Table

Enums§

EntryBits
Represent (repr) our entry bits as unsigned 64-bit integers.

Constants§

PAGE_ORDER
PAGE_SIZE

Statics§

ALLOC_START