Bug 140732

Summary: bmalloc: support aligned allocation
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: New BugsAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Geoffrey Garen 2015-01-21 10:50:28 PST
bmalloc: support aligned allocation
Comment 1 Geoffrey Garen 2015-01-21 11:45:41 PST
Created attachment 245073 [details]
Patch
Comment 2 WebKit Commit Bot 2015-01-21 11:48:57 PST
Attachment 245073 [details] did not pass style-queue:


ERROR: PerformanceTests/MallocBench/MallocBench/stress_aligned.cpp:26:  Found other header before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
ERROR: PerformanceTests/MallocBench/MallocBench/stress_aligned.cpp:28:  Found header this file implements after other header. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
ERROR: PerformanceTests/MallocBench/MallocBench/stress_aligned.cpp:37:  Bad include order. Mixing system and custom headers.  [build/include_order] [4]
ERROR: PerformanceTests/MallocBench/MallocBench/stress_aligned.cpp:140:  benchmark_stress_aligned is incorrectly named. Don't use underscores in your identifier names.  [readability/naming/underscores] [4]
ERROR: PerformanceTests/MallocBench/MallocBench/memalign.cpp:43:  benchmark_memalign is incorrectly named. Don't use underscores in your identifier names.  [readability/naming/underscores] [4]
ERROR: PerformanceTests/MallocBench/MallocBench/stress_aligned.h:29:  benchmark_stress_aligned is incorrectly named. Don't use underscores in your identifier names.  [readability/naming/underscores] [4]
Total errors found: 6 in 16 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andreas Kling 2015-01-21 13:42:28 PST
Comment on attachment 245073 [details]
Patch

r=me
Comment 4 Geoffrey Garen 2015-01-21 14:49:39 PST
Committed r178861: <http://trac.webkit.org/changeset/178861>