Bug 150846 - ResourceUsageOverlay should show GC-owned malloc memory.
Summary: ResourceUsageOverlay should show GC-owned malloc memory.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-03 12:12 PST by Andreas Kling
Modified: 2015-11-03 15:31 PST (History)
1 user (show)

See Also:


Attachments
Patch (4.96 KB, patch)
2015-11-03 12:12 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2015-11-03 12:12:18 PST
GC-owned malloc memory ("extra memory" in JSC::Heap terms) is a significant chunk of the bmalloc bucket in ResourceUsageOverlay.
Let's make it a separate category to demystify "bmalloc" a bit.
Comment 1 Andreas Kling 2015-11-03 12:12:56 PST
Created attachment 264708 [details]
Patch
Comment 2 WebKit Commit Bot 2015-11-03 15:31:18 PST
Comment on attachment 264708 [details]
Patch

Clearing flags on attachment: 264708

Committed r191985: <http://trac.webkit.org/changeset/191985>
Comment 3 WebKit Commit Bot 2015-11-03 15:31:21 PST
All reviewed patches have been landed.  Closing bug.