summaryrefslogtreecommitdiffstats
path: root/memory
Commit message (Expand)AuthorAgeLines
* Issue #1471 - Fix building on sparc64 LinuxJMadgwick2020-03-09-3/+26
* Issue #1053 - Remove android support from memoryMatt A. Tobin2020-02-23-374/+19
* Issue #1307 - Part 8: Remove deprecated sysctl.h inclusion.wolfbeast2019-12-02-3/+0
* Issue #1307 - Part 7: Add missing MALLOC_STATSwolfbeast2019-11-30-1/+2
* Issue #1307 - Part 6: Remove dead code behind PTHREAD_MMAP_UNALIGNED_TSDwolfbeast2019-11-30-6/+0
* Issue #1307 - Part 5: Remove allocation tracing.wolfbeast2019-11-30-99/+1
* Issue #1307 - Part 4: Stop using variable-length arrays.wolfbeast2019-11-30-38/+20
* Issue #1307 - Part 3: Assume MOZ_MEMORY is always enabled.wolfbeast2019-11-30-161/+10
* Issue #1307 - Part 2: Remove disabled code blockswolfbeast2019-11-30-49/+1
* Issue #1307 - Part 1: Remove MALLOC_VALIDATEwolfbeast2019-11-30-37/+10
* MoonchildProductions#1251 - Part 13: Redefining abort in C++ requires extern "C"athenian2002019-10-21-1/+1
* MoonchildProductions#1251 - Part 7: All the posix_m* memory-related stuff, ga...athenian2002019-10-21-4/+14
* MoonchildProductions#1251 - Part 1: Restore initial Solaris support, fixed up.athenian2002019-10-21-1/+20
* Issue #187: Remove solaris 1st party code OS checks.wolfbeast2019-03-30-5/+0
* Issue #187: Remove solaris conditional code.wolfbeast2019-03-30-25/+2
* Silence the -Wuninitialized warning in mozjemalloctrav902018-09-08-1/+4
* Revert "Switch to using a single memory allocation arena"wolfbeast2018-09-01-1/+1
* Switch to using a single memory allocation arenawolfbeast2018-08-25-1/+1
* Remove the Dark Matter Detector (DMD) Memeory debugger component.wolfbeast2018-05-23-6153/+0
* Remove MOZ_WIDGET_GONK [2/2]wolfbeast2018-05-13-14/+2
* Use slim reader/writer locks instead of critical sections.wolfbeast2018-04-28-13/+8
* Remove the unused and rudimentary arena load balancer.wolfbeast2018-04-28-252/+4
* Make our allocator use multiple arenas based on number of CPU cores.wolfbeast2018-04-28-21/+19
* Remove single-threaded considerations.wolfbeast2018-04-27-52/+30
* Update credits in BSD-licensed files.wolfbeast2018-04-27-7/+7
* Remove jemalloc 4 leftover conditional.wolfbeast2018-04-27-2/+0
* Remove MOZ_REPLACE_JEMALLOCwolfbeast2018-04-27-6/+2
* Remove jemalloc 4 from our tree.wolfbeast2018-04-27-73367/+4
* Remove support for making jemalloc4 the default memory allocator.wolfbeast2018-04-27-361/+15
* Remove support for system jemalloc.wolfbeast2018-04-26-48/+29
* Bug 1424709 - Force disable the OSX system "nano allocator". r=spohl, a=RyanVMMike Hommey2018-03-14-0/+6
* Use |noexcept| instead of an exception-specification in mozalloc.htrav902018-03-04-0/+6
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+94028