osdk-heap-allocator 0.16.0

The default slab-based heap allocator shipped with OSDK.
docs.rs failed to build osdk-heap-allocator-0.16.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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.