Expand description
Bitmap-based physical frame allocator with deallocation support Copyright (C) RainSTR Studio 2025, All Rights Reserved.
This module provides a frame allocator using the bitmap-allocator crate, supporting both allocation and deallocation of physical frames.
Structs§
- Bitmap
Frame Allocator - Bitmap-based frame allocator
- Frame
Stats - Frame statistics
- Locked
Frame Allocator - Global frame allocator with spinlock protection Wrapper around a static mutex to avoid stack overflow
Functions§
- format_
bytes - Format byte count to human-readable string