purpleprotocol / mimalloc_rust

A Rust wrapper over Microsoft's MiMalloc memory allocator
MIT License
486 stars 42 forks source link

Add no_std to libmimalloc-sys lib.rs & use libc for platform deps #61

Closed asrael closed 3 years ago

asrael commented 3 years ago

Fixes #59

asrael commented 3 years ago

This is probably stale at this point, I haven't kept up with mimalloc and am instead using a different allocator.