Open
Bug 819768
(darkdarkmatter)
Opened 12 years ago
Updated 2 years ago
[meta] Track memory used by anonymous mmap'ed pages
Categories
(Core :: General, defect)
Core
General
Tracking
()
NEW
People
(Reporter: justin.lebar+bug, Unassigned)
References
(Depends on 2 open bugs)
Details
(Keywords: meta)
In general every time we look for some type of bad memory usage in Gecko, we find it somewhere.
One thing we don't do a good job of tracking right now is memory allocated by mmap that doesn't live on the heap and doesn't live in JS. I don't know how much such memory there is, but I expect it's not zero per the rule above.
I have a few orthogonal ideas of how to move forward here; I'll file them as blocking this bug.
Reporter | ||
Updated•12 years ago
|
Summary: [meta] Track memory used by mmap'ed pages → [meta] Track memory used by anonymous mmap'ed pages
Comment 1•12 years ago
|
||
Good idea!
But note that once we've identified the dark dark matter, it'll then just be dark matter, albeit of kind "mapped-unclassifed" rather than "heap-unclassified" :)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•