[Webkit-unassigned] [Bug 91274] Add FastMalloc statistics in window.internals

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 02:30:40 PDT 2012


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





--- Comment #2 from Olivier Blin <olivier.blin at softathome.com>  2012-07-18 02:30:39 PST ---
I could use some advice about the interfaces.
Should we duplicate (move?) the MemoryInfo object in window.internals?

Or do we just add new interfaces for the malloc stats directly in window.internals?
unsigned long reservedVMBytes();
unsigned long committedVMBytes();
unsigned long freeListVMBytes();

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