RESOLVED FIXED 140732
bmalloc: support aligned allocation
https://bugs.webkit.org/show_bug.cgi?id=140732
Summary bmalloc: support aligned allocation
Geoffrey Garen
Reported 2015-01-21 10:50:28 PST
bmalloc: support aligned allocation
Attachments
Patch (36.39 KB, patch)
2015-01-21 11:45 PST, Geoffrey Garen
kling: review+
Geoffrey Garen
Comment 1 2015-01-21 11:45:41 PST
WebKit Commit Bot
Comment 2 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.
Andreas Kling
Comment 3 2015-01-21 13:42:28 PST
Comment on attachment 245073 [details] Patch r=me
Geoffrey Garen
Comment 4 2015-01-21 14:49:39 PST
Note You need to log in before you can comment on or make changes to this bug.