2 releases
| 1.0.0-beta.3 | Jun 29, 2025 |
|---|---|
| 1.0.0-beta.2 | Dec 25, 2024 |
#266 in Memory management
158 downloads per month
9KB
146 lines
Malloc implementation using Rust allocator
This crate MUST not have semver breaking changes
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