purpleprotocol / mimalloc_rust

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

Add posix_memalign-support. #44

Closed jq-rs closed 3 years ago

jq-rs commented 3 years ago

Add posix_memalign-support for completeness. Fixes #43.

jq-rs commented 3 years ago

Ping.