[webkit-reviews] review denied: [Bug 91204] Add FastMalloc statistics in console.memory : [Attachment 152192] Patch

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


Adam Barth <abarth at webkit.org> has denied Olivier Blin
<olivier.blin at softathome.com>'s request for review:
Bug 91204: Add FastMalloc statistics in console.memory
https://bugs.webkit.org/show_bug.cgi?id=91204

Attachment 152192: Patch
https://bugs.webkit.org/attachment.cgi?id=152192&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
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.


More information about the webkit-reviews mailing list