Hi, On Tue, Mar 10, 2015 at 10:55 AM, Al-Khanji Louai <[email protected]> wrote: > It's my understanding that on Windows you link the global operator new/delete > replacement into every dll separately.
Well there is a very hackish but easier way, patching libcmt.lib to remove allocation functionality: https://github.com/adobe/chromium/blob/master/base/allocator/prep_libc.sh Then you can plug in your malloc replacement. This is how Chrome uses tcmalloc on Windows. Regards, ismail _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
