gecko-dev/memory/replace/dmd
Mike Hommey 3e3dbe9627 Bug 1420355 - Remove fallbacks when DMD is initializing. r=njn
As of bug 1420353, DMD's replace_* functions can't be called before
replace_init places them in the malloc function table, which only
happens after DMD::Init has run, meaning DMD is always initialized
by the time any of its replace_* function can be called.

--HG--
extra : rebase_source : 96bf4d01b6fac5cbb4712f56c572791cc4972f77
2017-11-28 08:05:58 +09:00
..
test Bug 1386876 - Replace all uses of DISABLE_STL_WRAPPING with a template, remove DISABLE_STL_WRAPPING. r=glandium 2017-09-11 11:33:26 -07:00
block_analyzer.py Bug 1387940 - Make --max-frames=8 the default for dmd.py. r=mccr8. 2017-08-07 14:56:15 +10:00
DMD.cpp Bug 1420355 - Remove fallbacks when DMD is initializing. r=njn 2017-11-28 08:05:58 +09:00
DMD.h Bug 1334286 - use MOZ_FORMAT_PRINTF in DMD; r=njn 2017-04-21 15:54:05 -06:00
dmd.py Bug 1387940 - Make --max-frames=8 the default for dmd.py. r=mccr8. 2017-08-07 14:56:15 +10:00
moz.build Bug 1386876 - Replace all uses of DISABLE_STL_WRAPPING with a template, remove DISABLE_STL_WRAPPING. r=glandium 2017-09-11 11:33:26 -07:00
README

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