Closed
Bug 391477
Opened 18 years ago
Closed 18 years ago
avoid trace-malloc suppression code on Windows
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha8
People
(Reporter: dbaron, Assigned: dbaron)
Details
Attachments
(1 file)
2.99 KB,
patch
|
brendan
:
review+
brendan
:
approval1.9+
|
Details | Diff | Splinter Review |
On Linux, we avoid hitting the trace-malloc suppression code in many cases internal to trace-malloc by calling __libc_malloc, etc., directly. This patch does the same thing for Windows, and also removes yet another unused chunk of unused Windows trace-malloc code.
Attachment #275910 -
Flags: review?(brendan)
Comment 1•18 years ago
|
||
Comment on attachment 275910 [details] [diff] [review]
patch
r/a=me if it works. Usual nit about lining up linewise-adjacent macro bodies at same virtual tabstop.
/be
Attachment #275910 -
Flags: review?(brendan)
Attachment #275910 -
Flags: review+
Attachment #275910 -
Flags: approval1.9+
Assignee | ||
Comment 2•18 years ago
|
||
Fix checked in to trunk, 2007-08-10 15:21 -0700.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•