Closed
Bug 62383
Opened 25 years ago
Closed 25 years ago
make gtkEmbed `dump memory' button do trace-malloc dump
Categories
(Core Graveyard :: Embedding: APIs, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: waterson, Assigned: waterson)
Details
Attachments
(1 file)
|
763 bytes,
patch
|
Details | Diff | Splinter Review |
...when NS_TRACE_MALLOC is enabled. Attaching patch.
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
I'm using this option to collect per-webpage memory allocation stats. It'll only
be enabled if somebody builds with `--enable-trace-malloc', in which case
they're probably interested in tracking this kind of information. What say you
dougt?
Comment 3•25 years ago
|
||
r|a=dougt
| Assignee | ||
Comment 4•25 years ago
|
||
Edward, as you are the proud new owner of gtkEmbed, I humbly request your review
on the above patch.
Comment 5•25 years ago
|
||
r=kandrot
You did not specify a complete path, which I will assume is what you want,
instead of /tmp/allocations.log.
| Assignee | ||
Comment 6•25 years ago
|
||
Yeah, I just let it dump to the current directory.
Comment 7•25 years ago
|
||
sr=rpotts
looks good.
| Assignee | ||
Comment 8•25 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 10•25 years ago
|
||
Correction: Changing QA contact for the Embed API bugs to David Epstein.
QA Contact: mdunn → depstein
Comment 11•24 years ago
|
||
No dump memory button in TestGtkEmbed (which replaced GtkEmbed), and didn't see
NS_TRACE_MALLOC in source of the app.
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•