WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andreas Kling
Comment 1
2012-07-23 14:55:26 PDT
Created
attachment 153869
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug