Hello,
I have noticed that C++ compilers have inherited deficiencies of the
past, because you can not change the memory manager easily and
efficiently, but in Delphi and FreePascal it is easy to do it.
Look at my nedmalloc interfaces for Delphi and Delphi XE versions and
FreePascal:
https://sites.google.com/site/aminer68/nedmalloc-interfaces-for-delphi-and-delphi-xe-versions-and-freepascal
It's easy to install this scalable memory manager in Delphi and
FreePascal compilers and it's efficient to install it, but in C++
compilers it's not.
Thank you,
Amine Moulay Ramdane.