asterinas/osdk/deps/frame-allocator
Wang Siyuan 614ac85bd4 Bump the project version 2025-06-12 22:35:54 +08:00
..
src Add dynamically-allocated CPU-local objects 2025-06-03 23:24:32 +08:00
Cargo.toml Bump the project version 2025-06-12 22:35:54 +08:00
README.md Add descriptions and READMEs for crates published with OSDK 2025-03-14 19:55:00 +08:00

README.md

osdk-frame-allocator

This is the default buddy system frame allocator shipped with OSDK. It relies on the physical frame metadata system in OSTD to provide a heap-free implementation of a buddy system allocator for OS kernels. It also features per-CPU caches and pools for scalable allocations.

This crate is part of the Asterinas project.