Expand description
Implementation of FrameAllocator
which
controls all the frames in the operating system.
Structsยง
- FRAME_
ALLOCATOR - frame allocator instance through lazy_static!
- Frame
Tracker - manage a frame which has the same lifecycle as the tracker
- Stack
Frame Allocator - an implementation for frame allocator
Traitsยง
- Frame
Allocator ๐
Functionsยง
- frame_
alloc - allocate a frame
- frame_
allocator_ test - a simple test for frame allocator
- frame_
dealloc ๐ - deallocate a frame
- init_
frame_ allocator - initiate the frame allocator using
ekernel
andMEMORY_END
Type Aliasesยง
- Frame
Allocator ๐Impl