[Webkit-unassigned] [Bug 89608] FastMalloc.cpp needs to have its style updated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 20 16:13:58 PDT 2012


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





--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org>  2012-06-20 16:13:58 PST ---
(From update of attachment 148670)
View in context: https://bugs.webkit.org/attachment.cgi?id=148670&action=review

> Source/WTF/wtf/FastMalloc.cpp:246
> -    header->m_size = n;
> +    header->msize = n;

m_size is a member, right? In that case, it's correct that it's prefixed by m_.

> Source/WTF/wtf/FastMalloc.cpp:682
> -// Mapping from size to size_class and vice versa
> +// Mapping from size to sizeclass and vice versa

It should probably be sizeClass instead.

> Source/WTF/wtf/FastMalloc.cpp:1040
> +                char* newallocation = reinterpret_cast<char*>(MetaDataAlloc(kAllocIncrement));

newAllocation.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list