osdk-heap-allocator

Crates.ioosdk-heap-allocator
lib.rsosdk-heap-allocator
version
sourcesrc
created_at2025-03-29 05:31:01.27809+00
updated_at2025-03-29 05:31:01.27809+00
descriptionThe default slab-based heap allocator shipped with OSDK.
homepage
repositoryhttps://github.com/asterinas/asterinas
max_upload_size
id1610855
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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: 1953

cargo fmt