Hello,
Visual C++ Runtime Memory Manager is scaling well on multithreaded
programs, read this:
"Visual C++ Runtime Memory Manager: Since one of our libraries written
in C++ already required Microsoft’s memory manager, it seemed natural to
give it a try for other parts of the application as well. The results
were similar to Intel’s: it scaled well (though a bit slower than
Intel’s), but was exhibiting the same problems with fragmentation."
Read more here:
https://personalnexus.wordpress.com/2011/06/11/looking-for-the-perfect-memory-manager/
Thank you,
Amine Moulay Ramdane.