[Webkit-unassigned] [Bug 38368] When FastMalloc Returns memory often left with lots of small spans

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 3 14:47:43 PDT 2010


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


Geoffrey Garen <ggaren at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #54841|review?                     |review-
               Flag|                            |




--- Comment #8 from Geoffrey Garen <ggaren at apple.com>  2010-05-03 14:47:43 PST ---
(From update of attachment 54841)
I think the "l" postfix is wrong, since it will give you a long where you want
a floating point number. The simplest way to appease the 64-bit warning is
probably to use float, since it's 32-bit.

-- 
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