| Crates.io | osdk-heap-allocator |
| lib.rs | osdk-heap-allocator |
| version | 0.16.1 |
| created_at | 2025-03-29 05:31:01.27809+00 |
| updated_at | 2025-09-24 06:00:38.927716+00 |
| description | The default slab-based heap allocator shipped with OSDK. |
| homepage | |
| repository | https://github.com/asterinas/asterinas |
| max_upload_size | |
| id | 1610855 |
| size | 40,768 |
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.