On Mon, Mar 9, 2015 at 12:57 AM, Knoll Lars <lars.kn...@theqtcompany.com> wrote:
> Yes, the best solution IMO is still to use your own malloc and operator > new replacements. In addition, OOM handlers on the OS level can help. Except that dynamically linked Windows Qt applications (read: most) don't work this way, so Windows users are left out in the cold. DLLs do not allow you to simply replace one new operator across link boundaries. See the comments in this Qt bug: https://bugreports.qt.io/browse/QTBUG-37395 Is there any strategy for the large body of Qt developers targeting Windows, or is statically linking the only supported method for replacing Qt allocators on Windows? _______________________________________________ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development