purpleprotocol / mimalloc_rust

A Rust wrapper over Microsoft's MiMalloc memory allocator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fails to build on FreeBSD

feld opened this issue · comments

commented

Needs this commit microsoft/mimalloc@bcbcc34

@feld The latest version is built with the master branch of mimalloc.

Is there any chance you can cherry pick that commit? It's quite literally a typo fix that adds compatibility for an entire other platform.

@ThatOneCalculator That commit is in the master branch. How is it not working?

@ThatOneCalculator I did. That commit is already in the master branch and mimalloc rust is built against that. I see libmimalloc-sys v0.1.32 produces the error while libmimalloc-sys v0.1.33 contains the freeBSD fixes.

Closing this as this is fixed in the latest version.