A memory allocator written in Rust
Caution
This is currently a research project and is not useable in production. Use it at your own risk!
benemalloc aims to be a general-purpose memory allocator written in Rust. Rust is a safe systems languge, yet no general-purpose memory allocator is written in it. This project aims to solve that by writing one in pure Rust.