purpleprotocol / mimalloc_rust

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

Compilation fails an Apple Silicon (Fixed in mimalloc) #45

Open fpierfed opened 3 years ago

fpierfed commented 3 years ago

Hi there, first of all thank you for the great crate! I have noticed that mimalloc has recently added support for compilation on Apple Silicon (https://github.com/microsoft/mimalloc/pull/344). Would it be possible to cut a new release of mimalloc_rust with these changes? Thank you so much!

xhochy commented 3 years ago

Note that mimalloc currently compiles but doesn't fully work on the M1, see https://github.com/microsoft/mimalloc/issues/343 for the progress on that.

repi commented 2 years ago

We actively using this crate on Apple Silicon every day and have had no problems with it so think has been fixed a while ago and this issue can be closed?

thomcc commented 2 years ago

Yes, this definitely works now.