osdk-frame-allocator 0.13.0

The default buddy system frame allocator shipped with OSDK.
1
2
3
4
5
6
7
8
9
10
# osdk-frame-allocator

This is the default buddy system frame allocator shipped with
[OSDK](https://crates.io/crates/cargo-osdk). It relies on the physical frame
metadata system in [OSTD](https://crates.io/crates/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](https://github.com/asterinas/asterinas)
project.