purpleprotocol / mimalloc_rust

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

Build on windows + ci enhancements #3

Closed Speedy37 closed 5 years ago

Speedy37 commented 5 years ago

Fix cmake build on windows. Update to latest mimalloc commit. Set "MI_OVERRIDE" to "OFF" (no need to build malloc/realloc/... symbols). Set build target to "mimalloc-static" (no need to build shared or obj targets). Small README changes.