| Crates.io | osdk-frame-allocator |
| lib.rs | osdk-frame-allocator |
| version | 0.16.1 |
| created_at | 2025-03-14 16:31:11.004735+00 |
| updated_at | 2025-09-24 06:00:20.293482+00 |
| description | The default buddy system frame allocator shipped with OSDK. |
| homepage | |
| repository | https://github.com/asterinas/asterinas |
| max_upload_size | |
| id | 1592461 |
| size | 62,013 |
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.