1 release (0 unstable)
1.0.0-beta.2 | Dec 25, 2024 |
---|
#247 in Memory management
297 downloads per month
9KB
146 lines
malloc-rust
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