RESOLVED FIXED 139692
Enable FastMalloc in debug builds
https://bugs.webkit.org/show_bug.cgi?id=139692
Summary Enable FastMalloc in debug builds
Geoffrey Garen
Reported 2014-12-16 12:20:59 PST
Enable FastMalloc in debug builds
Attachments
Patch (1.28 KB, patch)
2014-12-16 12:25 PST, Geoffrey Garen
ap: review+
Geoffrey Garen
Comment 1 2014-12-16 12:25:06 PST
Alexey Proskuryakov
Comment 2 2014-12-16 12:29:16 PST
Comment on attachment 243375 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=243375&action=review > Source/WTF/wtf/FastMalloc.cpp:109 > +#if !(defined(USE_SYSTEM_MALLOC) && USE_SYSTEM_MALLOC) > #define FORCE_SYSTEM_MALLOC 0 Perhaps these use/force macros can be simplified now, too.
Geoffrey Garen
Comment 3 2014-12-16 12:34:57 PST
Note You need to log in before you can comment on or make changes to this bug.