#malloc #allocator #callback

no-std malloc-rust

Malloc implementation using Rust allocator

1 release (0 unstable)

1.0.0-beta.2 Dec 25, 2024

#247 in Memory management

Download history 239/week @ 2024-12-21 58/week @ 2024-12-28

297 downloads per month

BSL-1.0 license

9KB
146 lines

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


lib.rs:

Malloc implementation using Rust allocator

This crate MUST not have semver breaking changes

No runtime deps