osdk-heap-allocator

Crates.ioosdk-heap-allocator
lib.rsosdk-heap-allocator
version0.16.1
created_at2025-03-29 05:31:01.27809+00
updated_at2025-09-24 06:00:38.927716+00
descriptionThe default slab-based heap allocator shipped with OSDK.
homepage
repositoryhttps://github.com/asterinas/asterinas
max_upload_size
id1610855
size40,768
Jianfeng Jiang (StevenJiang1110)

documentation

README

osdk-heap-allocator

This is the default slab-based global heap allocator shipped with OSDK. It relies on the slab mechanism in OSTD to provide a fast, memory-efficient implementation of a global heap allocator for OS kernels. It also features per-CPU caches for scalable allocations.

This crate is part of the Asterinas project.

Commit count: 2786

cargo fmt