asterinas/osdk/deps/frame-allocator
jiangjianfeng 2e09957ef9 Fix documentation check errors 2025-07-01 17:07:28 +08:00
..
src Fix documentation check errors 2025-07-01 17:07:28 +08:00
Cargo.toml Bump version to 0.15.2 2025-06-26 08:16:22 +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.