Closed
Bug 1560019
Opened 7 years ago
Closed 6 years ago
Track remaining untracked malloc memory after bug 1395509 lands
Categories
(Core :: JavaScript: GC, task, P5)
Core
JavaScript: GC
Tracking
()
RESOLVED
DUPLICATE
of bug 1564072
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | affected |
People
(Reporter: jonco, Unassigned)
Details
Bug 1395509 adds malloc memory tracking for almost all cases in the JS engine, but leaves a few cases untracked. These are corner cases or places which are inconvenient or otherwise problematic to track exactly.
These are unlikely to significantly affect GC scheduling and so shouldn't block landing of that bug. This bug is to track the remaining work.
| Reporter | ||
Updated•7 years ago
|
Type: defect → task
| Reporter | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•