purpleprotocol / mimalloc_rust

A Rust wrapper over Microsoft's MiMalloc memory allocator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for aligned_alloc()

jq-rs opened this issue · comments

commented

Add support for aligned_alloc() for POSIX compatibility.

commented

Fixed via #54