mimalloc icon indicating copy to clipboard operation
mimalloc copied to clipboard

Crash on Windows using mimalloc-new-delete.h

Open theofn opened this issue 2 years ago • 0 comments

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 ?

Picture2 Picture1

theofn avatar Jul 07 '23 07:07 theofn