Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mallinfo is only defined on glibc and android (#764)
It currently prevents compilation under musl: ``` [ 90%] Building CXX object src/tbbmalloc_proxy/CMakeFiles/tbbmalloc_proxy.dir/proxy.cpp.o /__w/mimalloc-bench/mimalloc-bench/extern/tbb/src/tbbmalloc_proxy/proxy.cpp:263:26: error: return type 'struct mallinfo' is incomplete 263 | struct mallinfo mallinfo() __THROW | ^ compilation terminated due to -Wfatal-errors. ``
- Loading branch information