#malloc #allocator #malloc-rust

no-std malloc-rust

Malloc implementation using Rust allocator

1 release (0 unstable)

1.0.0-beta.2 Dec 25, 2024

#379 in Memory management

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