asterinas/osdk/deps/frame-allocator
Ruihan Li c9032ad97c Fix `redundant_test_prefix` 2026-02-09 23:47:49 -08:00
..
src Fix `redundant_test_prefix` 2026-02-09 23:47:49 -08:00
Cargo.toml Manage dependencies at workspace level 2026-01-04 10:51:36 -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.