osdk-frame-allocator

Crates.ioosdk-frame-allocator
lib.rsosdk-frame-allocator
version0.16.1
created_at2025-03-14 16:31:11.004735+00
updated_at2025-09-24 06:00:20.293482+00
descriptionThe default buddy system frame allocator shipped with OSDK.
homepage
repositoryhttps://github.com/asterinas/asterinas
max_upload_size
id1592461
size62,013
Jianfeng Jiang (StevenJiang1110)

documentation

README

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.

Commit count: 2786

cargo fmt