gecko-dev/memory/build
David Major 785368780a Bug 1681243 - Use noexcept on arena_t's fallible allocator, even on Windows r=glandium
In clang-cl builds, thanks to clang-cl's defining of `_MSC_VER`, this function was not marked `noexcept`. This led clang to believe that it could call `arena_t`'s constructor without checking for null.

I suppose we could scope the condition down to real MSVC, but since we don't support that anymore, we can just stop checking.

Differential Revision: https://phabricator.services.mozilla.com/D99137
2020-12-09 14:10:26 +00:00
..
fallback.cpp
Makefile.in
malloc_decls.h Bug 1656155 - pt 2. Provide bin usage stats in jemalloc_stats r=glandium 2020-10-08 22:42:45 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
mozjemalloc_types.h Bug 1670188 - pt 2. Add a tool that prints the run lengths for size classes r=glandium 2020-11-20 03:33:57 +00:00
mozjemalloc.cpp Bug 1681243 - Use noexcept on arena_t's fallible allocator, even on Windows r=glandium 2020-12-09 14:10:26 +00:00
mozjemalloc.h
mozmemory_wrap.cpp
mozmemory_wrap.h
mozmemory.h Bug 1656155 - pt 2. Provide bin usage stats in jemalloc_stats r=glandium 2020-10-08 22:42:45 +00:00
Mutex.h Bug 1223932 - delete guard object uses from the tree; r=jwalden 2020-07-30 14:22:38 +00:00
rb.h
replace_malloc_bridge.h
replace_malloc.h
Utils.h
zone.c