#allocator

no-std malloc-rust

Malloc implementation using Rust allocator

2 releases

1.0.0-beta.3 Jun 29, 2025
1.0.0-beta.2 Dec 25, 2024

#266 in Memory management

Download history 1/week @ 2025-09-25 1/week @ 2025-10-02 3/week @ 2025-10-16

158 downloads per month

BSL-1.0 license

9KB
146 lines

Malloc implementation using Rust allocator

This crate MUST not have semver breaking changes


malloc-rust

Rust Crates.io Documentation

Malloc implementation using Rust allocator

This is useful when you want to provide C library with malloc callbacks in place of standard C allocator

No runtime deps