Closed
Bug 1411155
Opened 5 years ago
Closed 5 years ago
Fix MOZ_DEBUG parts of mozjemalloc
Categories
(Core :: Memory Allocator, enhancement)
Core
Memory Allocator
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
It turns out since bug 1365460, we're not building the debug parts of mozjemalloc , because MOZ_DEBUG is actually not something that is set as a #define. That should change IMHO (and there are other reasons why DEBUG is actually not a nice #define, see bug 1261161), but before that, the problems that crept in in between in the mozjemalloc code need to be fixed.
Comment hidden (mozreview-request) |
![]() |
||
Comment 2•5 years ago
|
||
mozreview-review |
Comment on attachment 8921340 [details] Bug 1411155 - Fix MOZ_DEBUG parts of mozjemalloc. https://reviewboard.mozilla.org/r/192358/#review197530
Attachment #8921340 -
Flags: review?(n.nethercote) → review+
Pushed by mh@glandium.org: https://hg.mozilla.org/integration/autoland/rev/ba502bdf9d9c Fix MOZ_DEBUG parts of mozjemalloc. r=njn
![]() |
||
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ba502bdf9d9c
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•