purpleprotocol / mimalloc_rust

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

Add support for aligned_alloc() #55

Closed jq-rs closed 3 years ago

jq-rs commented 3 years ago

Add support for aligned_alloc() for POSIX compatibility.

jq-rs commented 3 years ago

Fixed via #54