Skip to main content

Module frame_allocator

Module frame_allocator 

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

BitmapFrameAllocator
Bitmap-based frame allocator
FrameStats
Frame statistics
LockedFrameAllocator
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