gecko/memory/replace/dmd
Mike Hommey b673a97a25 Bug 1134923 - Remove NS_Alloc/NS_Realloc/NS_Free. r=nfroyd
They are kept around for the sake of the standalone glue, which is used
for e.g. webapprt, which doesn't have direct access to jemalloc, and thus
still needs a wrapper to go through the xpcom function list and get to
jemalloc from there.
2015-05-01 09:40:30 +09:00
..
test Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till 2015-04-30 00:32:05 +09:00
DMD.cpp Bug 1102388 - Fix DMD static constructor ordering dependency. r=mccr8 2015-04-20 23:05:00 +02:00
DMD.h Bug 1121830 - DMD: add "num" property to blocks in the output. r=mccr8. 2015-01-15 20:38:38 -08:00
dmd.py Bug 1134923 - Remove NS_Alloc/NS_Realloc/NS_Free. r=nfroyd 2015-05-01 09:40:30 +09:00
moz.build Bug 1122337 - Mark DMD directories as FAIL_ON_WARNINGS. r=glandium. 2015-01-15 21:17:18 -08:00
README

This is DMD.  See https://wiki.mozilla.org/Performance/MemShrink/DMD for
details on how to use it.