Closed
Bug 78080
Opened 25 years ago
Closed 13 years ago
have nsTraceRefcnt put nsCOMPtrs in table
Categories
(Core :: XPCOM, enhancement, P5)
Tracking
()
RESOLVED
INCOMPLETE
Future
People
(Reporter: dbaron, Assigned: dbaron)
References
Details
When I added nsCOMPtr logging to nsTraceRefcnt I wanted to put the nsCOMPtr
information in the table (XPCOM_MEM_[LEAK/BLOAT]_LOG output), but I didn't know
how. I think this can be done by using the vtable pointer (perhaps by
maintaining a hashtable mapping vtable address to class name or perhaps directly
to bloat entry.)
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P4
Target Milestone: --- → mozilla1.0.1
| Assignee | ||
Updated•25 years ago
|
Severity: normal → enhancement
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla1.0.1 → Future
| Assignee | ||
Updated•24 years ago
|
Priority: P4 → P5
Updated•19 years ago
|
QA Contact: scc → xpcom
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•