gecko-dev/memory/build
Mike Hommey e23a5782c2 Bug 1402284 - Initialize arena_t objects via a constructor instead of manually with an Init method. r=njn
Note we use a local variable for fallible allocator because using plain
`new (fallible)` would require some figuring out for non-Firefox builds
(e.g.  standalone js).

--HG--
extra : rebase_source : 2132f98ebc7e37a139b673f80631e672bcf8ed15
2017-10-28 08:42:59 +09:00
..
fallback.cpp Bug 1402647 - Add a memalign implementation on platforms that don't have one. r=njn 2017-09-26 06:59:03 +09:00
malloc_decls.h Bug 1052573 - Add an API for allocation in separate arenas. r=njn 2017-09-22 07:22:38 +09:00
moz.build Bug 1396892 - fix tautological pointer comparison warning, for real; r=me 2017-10-27 16:07:47 -04:00
mozjemalloc_types.h Bug 1052573 - Add an API for allocation in separate arenas. r=njn 2017-09-22 07:22:38 +09:00
mozjemalloc.cpp Bug 1402284 - Initialize arena_t objects via a constructor instead of manually with an Init method. r=njn 2017-10-28 08:42:59 +09:00
mozjemalloc.h Bug 1413096 - Add missing header guard. r=njn 2017-10-30 11:00:46 +09:00
mozmemory_wrap.cpp Bug 1400096 - Don't define the operator new/delete functions as mangled in mozmem_wrap.cpp. r=njn 2017-09-15 10:28:33 +09:00
mozmemory_wrap.h Bug 1052573 - Add an API for allocation in separate arenas. r=njn 2017-09-22 07:22:38 +09:00
mozmemory.h Bug 1052573 - Add an API for allocation in separate arenas. r=njn 2017-09-22 07:22:38 +09:00
rb.h Bug 1402284 - Make RedBlackTree::{Insert,Remove} work when the type has a constructor. r=njn 2017-10-30 09:55:18 +09:00
replace_malloc_bridge.h Bug 1401875 - Replace MALLOC_DECL_VOID with a clever use of templates. r=njn 2017-09-21 15:27:12 +09:00
replace_malloc.h Bug 1368932 - Handle missing replace_posix_memalign at the replace-malloc level. r=njn 2017-05-31 13:47:17 +09:00
Utils.h Bug 1413096 - Remove SIZEOF_PTR and SIZEOF_PTR_2POW. r=njn 2017-10-30 11:43:10 +09:00
zone.c Backed out changeset 0e349b74bfc6 (bug 1399921) for failure to thrive on Mac 2017-09-14 20:36:41 -07:00