mimalloc
mimalloc copied to clipboard
Crash on Windows using mimalloc-new-delete.h
I am using mimalloc in a C++ program on Windows. When I use mimalloc.h to explicitly replace malloc/free, I have no problem.
When I use mimalloc-new-delete.h by including in a cpp file, the program crashes at the very beginning. Boost is used to parse program options.
I attach program output and call stack.
What is the problem here ?