purpleprotocol / mimalloc_rust

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

Addition of windows gnu and linux configuration #47

Closed ryancinsight closed 3 years ago

ryancinsight commented 3 years ago

You can ignore the lib changes as I was having issues accessing the extended features but I modified the build to allow use on linux and windows gnu. Tested with msys and ubuntu.

octavonce commented 3 years ago

@ryancinsight Hi, thank you for opening this. Could you please run cargo fmt and squash your commits? Cheers