asterinas/osdk/deps/frame-allocator
jiangjianfeng 01cac4268e Manage dependencies at workspace level 2026-01-04 10:51:36 -08:00
..
src Fix `if let` chains that can be collapsed 2025-12-09 09:23:58 +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.