Expand description

Implementation of FrameAllocator which controls all the frames in the operating system.

Structs

frame allocator instance through lazy_static!

tracker for physical page frame allocation and deallocation

an implementation for frame allocator

Traits

Functions

Allocate a physical page frame in FrameTracker style

a simple test for frame allocator

Deallocate a physical page frame with a given ppn

initiate the frame allocator using ekernel and MEMORY_END

Type Definitions