Files
asterinas/osdk/deps/heap-allocator
2025-06-12 22:35:54 +08:00
..
2025-06-12 22:35:54 +08:00

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.