gecko-dev/memory/mozalloc
Mike Hommey abab5abf88 Bug 1423803 - Turn mozilla::fallible into an alias for std::nothrow. r=njn
The std::nothrow variant of operator new is effectively a fallible
operator new. It is used in third party code.

The duplication with our own fallible operator new is unfortunate, and
we can reduce it by making one an alias of the other.

We keep the fallible library as a dummy on Android because bug 1423802
induces some linking problems.

--HG--
extra : rebase_source : d7b915aaafde40057e87b7ad4bbd82d348e4f12d
2017-12-07 11:32:29 +09:00
..
moz.build Bug 1423094 - Remove mozalloc_staticruntime. r=gps 2017-12-05 15:39:39 +09:00
mozalloc_abort.cpp Bug 1375467 - Redefining abort() in C++ requires extern "C". r=glandium 2017-06-22 05:09:05 -07:00
mozalloc_abort.h
mozalloc_oom.cpp Bug 1332491 - Delete SelectorCacheKey synchronously. r=bz 2017-03-13 14:37:19 +08:00
mozalloc_oom.h
mozalloc.cpp Bug 1423461 - Report the right size to the OOM handler for moz_xcalloc. r=njn 2017-12-06 16:10:30 +09:00
mozalloc.h Bug 1423803 - Turn mozilla::fallible into an alias for std::nothrow. r=njn 2017-12-07 11:32:29 +09:00
msvc_raise_wrappers.cpp Bug 1376057 - Replace MSVC wrappers with std::exception::_Set_raise_handler. - r=froydnj 2017-06-27 11:51:34 -07:00
throw_gcc.h Bug 1332747 Change MOZ_ALWAYS_INLINE to MOZ_ALWAYS_INLINE_EVEN_DEBUG to fix MinGW Debug build r=froydnj 2017-04-11 12:53:58 -05:00
winheap.cpp Bug 1423094 - Remove USE_STATIC_LIBS=True-related code in mozalloc. r=gps 2017-12-05 16:30:21 +09:00