Bug 167014 - bmalloc: Use a separate zone when using system malloc
Summary: bmalloc: Use a separate zone when using system malloc
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-13 12:29 PST by Geoffrey Garen
Modified: 2017-01-13 15:40 PST (History)
3 users (show)

See Also:


Attachments
Patch (20.84 KB, patch)
2017-01-13 12:35 PST, Geoffrey Garen
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2017-01-13 12:29:05 PST
bmalloc: Use a separate zone when using system malloc
Comment 1 Geoffrey Garen 2017-01-13 12:35:10 PST
Created attachment 298779 [details]
Patch
Comment 2 WebKit Commit Bot 2017-01-13 12:37:04 PST
Attachment 298779 [details] did not pass style-queue:


ERROR: Source/bmalloc/bmalloc/DebugHeap.cpp:26:  Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Total errors found: 1 in 13 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Mark Lam 2017-01-13 13:10:56 PST
Comment on attachment 298779 [details]
Patch

You need add the new cpp file to CMakeLists.txt.
Comment 4 Geoffrey Garen 2017-01-13 15:40:14 PST
Committed r210746: <http://trac.webkit.org/changeset/210746>