RESOLVED FIXED 92032
Report the extra memory used by immutable StylePropertySet objects.
https://bugs.webkit.org/show_bug.cgi?id=92032
Summary Report the extra memory used by immutable StylePropertySet objects.
Andreas Kling
Reported 2012-07-23 14:49:09 PDT
If StylePropertySet::m_isMutable is false, the object is actually larger than sizeof(StylePropertySet) - it's sizeof(StylePropertySet) + m_arraySize * sizeof(CSSProperty). We should include this in reportMemoryUsage() to get more accurate numbers in the Inspector.
Attachments
Patch (3.28 KB, patch)
2012-07-23 14:55 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2012-07-23 14:55:26 PDT
Andreas Kling
Comment 2 2012-07-23 15:56:56 PDT
Comment on attachment 153869 [details] Patch Clearing flags on attachment: 153869 Committed r123396: <http://trac.webkit.org/changeset/123396>
Andreas Kling
Comment 3 2012-07-23 15:57:02 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.