[Webkit-unassigned] [Bug 91204] Add FastMalloc statistics in console.memory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 10:26:45 PDT 2012


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


Adam Barth <abarth at webkit.org> changed:

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




--- Comment #7 from Adam Barth <abarth at webkit.org>  2012-07-13 10:26:44 PST ---
(From update of attachment 152192)
View in context: https://bugs.webkit.org/attachment.cgi?id=152192&action=review

> Source/WebCore/page/MemoryInfo.idl:43
> +        readonly attribute unsigned long reservedFastMalloc;
> +        readonly attribute unsigned long committedFastMalloc;
> +        readonly attribute unsigned long freeListFastMalloc;

"FastMalloc" is an internal concept to WebKit and should not be exposed to the web platform.

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