gecko-dev/memory/build
Mike Hommey 3f1f5c9fc2 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 mostly
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 both memalign and moz_xmemalign always
available.

--HG--
extra : rebase_source : 1c3ca4b3e3310543145f3181dfa4e764be1d6ff8
2017-12-05 17:34:19 +09:00
..
Makefile.in Bug 1413570 - Disable SSE2 when building mozjemalloc on x86 during PGO profile gen phase. r=froydnj 2017-11-02 10:26:49 +09:00
Mutex.h Bug 1423000 - Move mozjemalloc mutexes to a separate header. r=njn 2017-12-03 14:21:19 +09:00
Utils.h Bug 1416170 - Don't use long double constants. r=njn 2017-11-23 11:58:14 +09:00
fallback.cpp Bug 1423114 - Remove moz_xposix_memalign and moz_xvalloc. r=njn 2017-12-05 17:34:19 +09:00
malloc_decls.h Bug 1420353 - Don't define replace_init through malloc_decls.h. r=njn 2017-11-24 16:36:29 +09:00
moz.build Bug 1420355 - Allow to statically link replace-malloc libraries. r=njn 2017-11-23 17:24:19 +09:00
mozjemalloc.cpp Bug 1423000 - Re-run clang-format on memory/build. r=njn 2017-12-03 14:22:05 +09:00
mozjemalloc.h Bug 1418104 - Allow to pass parameters when creating arenas. r=njn 2017-11-17 07:27:35 +09:00
mozjemalloc_types.h Bug 1418104 - Allow to pass parameters when creating arenas. r=njn 2017-11-17 07:27:35 +09:00
mozmemory.h Bug 1418104 - Allow to pass parameters when creating arenas. r=njn 2017-11-17 07:27:35 +09:00
mozmemory_wrap.cpp Bug 1413475 - Run clang-format on all files in memory/build/. r=njn 2017-11-01 17:20:54 +09:00
mozmemory_wrap.h Bug 1413475 - Run clang-format on all files in memory/build/. r=njn 2017-11-01 17:20:54 +09:00
rb.h Bug 1419217 - Change comparison functions for red-black trees. r=njn 2017-11-21 09:11:54 +09:00
replace_malloc.h Bug 1420355 - Allow to statically link replace-malloc libraries. r=njn 2017-11-23 17:24:19 +09:00
replace_malloc_bridge.h Bug 1413475 - Run clang-format on all files in memory/build/. r=njn 2017-11-01 17:20:54 +09:00
zone.c Bug 1413475 - Run clang-format on all files in memory/build/. r=njn 2017-11-01 17:20:54 +09:00