The assertion failure happens in line 160 of afxwin2.inl, and the break point takes me to line 1394 of dbgheap.c - "_ASSERTE(pHead->nBlockUse == nBlockUse);"
I need a fast malloc() / free() replacement. There's mimalloc vom Microsoft Research which is actually on average the fastest malloc()- / free()-replacement. I'
I am trying to build a small Win32 application using Visual C++ 2008, but I want it to run on any modern Windows machine without having to ship additional libra