purpleprotocol / mimalloc_rust

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

Update to upstream's latest version?: 2.1.6 #120

Closed ryoqun closed 1 month ago

ryoqun commented 1 month ago

Hi, thanks for maintainng this crate.

As a context, we're now evaluating mimalloc (https://github.com/anza-xyz/agave/pull/1250). If possible, could you update this crate to follow the latest upstream version? Thanks in advance.

The upstream released v2.1.6 recently:

Latest release tag: v2.1.6 (2024-05-13):

2024-05-13, v1.8.6, v2.1.6: Fix build errors on various (older) platforms. Refactored aligned allocation.

https://github.com/microsoft/mimalloc/releases/tag/v2.1.6

octavonce commented 1 month ago

Done

ryoqun commented 1 month ago

@octavonce really thanks!