[Webkit-unassigned] [Bug 204587] [bmalloc] Same variable name `sizeClassCount` is used differently in Heap.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 25 13:39:26 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=204587

--- Comment #1 from Basuke Suzuki <Basuke.Suzuki at sony.com> ---
In Heap::initializeLineMetadata(), sizeClassCount is defined and initialized as bmalloc::sizeClass(smallLineSize). This variable is already defined in Sizes.h and used in different meaning.

It is totally meaningful to rename variable name in initializeLineMetadata() from sizeClassCount to just classCount.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191125/9476c62f/attachment.htm>


More information about the webkit-unassigned mailing list