gecko-dev/memory/replace/dmd
Mike Hommey 5f1f0bbdc4 Bug 1423114 - Remove moz_xposix_memalign and moz_xvalloc. r=njn
They are both infallible wrappers of posix_memalign and valloc.
There is also moz_xmemalign, which wraps memalign, which is always
available as of bug 1402647.

None of them are actually used, but it's still desirable to at least
have one infallible variant, so keep moz_xmemalign and remove the other
two.

While here, we actually make moz_xmemalign always available, since
memalign is always available.

--HG--
extra : rebase_source : 17300bc03a715e5d36b4b687f22050622c1c70c8
2017-12-05 17:34:19 +09:00
..
test Bug 1420355 - Statically link DMD. r=njn 2017-11-28 08:10:48 +09: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 - Don't initialize DMD if the DMD environment variable is not given. r=njn 2017-11-28 08:10:07 +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 1423114 - Remove moz_xposix_memalign and moz_xvalloc. r=njn 2017-12-05 17:34:19 +09:00
moz.build Bug 1420355 - Statically link DMD. r=njn 2017-11-28 08:10:48 +09:00
README

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