bmalloc: Added an XSmall line size
Created attachment 229665 [details] Patch
Attachment 229665 [details] did not pass style-queue: ERROR: Source/bmalloc/bmalloc/Heap.cpp:141: Place brace on its own line for function definitions. [whitespace/braces] [4] Total errors found: 1 in 26 files If any of these errors are false positives, please file a bug against check-webkit-style.
Committed r167502: <http://trac.webkit.org/changeset/167502>
This caused a large object validation ASSERT on the Facebook benchmark in debug builds. Most likely, it just exposed a pre-existing large object bug by moving more objects into the large object space.
Rolled out in <http://trac.webkit.org/changeset/167546>.
Comment on attachment 229665 [details] Patch Clearing review flag to remove this from the landing queue.