Bug 139692

Summary: Enable FastMalloc in debug builds
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: New BugsAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, benjamin, cmarcelo, commit-queue, kling, mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ap: review+

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.