aboutsummaryrefslogtreecommitdiff
path: root/contrib/jemalloc
Commit message (Expand)AuthorAgeFilesLines
* Pick 57553c3b1a5592dc4c03f3c6831d9b794e523865 from upstream:Edward Tomasz Napierala2018-11-141-2/+3
* Pick 50b473c8839f5408df179bdf6f2b3fd2cf5c3b2f from upstream:Edward Tomasz Napierala2018-11-061-0/+4
* Pick f80c97e477d1b3fe7778c65d9439d673738b4131 from upstream:Edward Tomasz Napierala2018-10-231-0/+25
* Pick 676cdd66792ccb629a978837ea2a066d5db342cc from upstream:Edward Tomasz Napierala2018-10-231-0/+6
* Update jemalloc to version 5.1.0.Jason Evans2018-05-1176-2088/+4383
* Account for the fact that jemalloc 5.0.0 dropped STATIC_PAGE_SHIFTMarius Strobl2018-01-312-4/+4
* Relax too restrictive assert.Michal Meloun2017-12-101-1/+2
* Revert r326740. I committed wrong diff.Michal Meloun2017-12-101-2/+0
* Relax too restrictive assert.Michal Meloun2017-12-101-0/+2
* After jemalloc was updated to version 5.0.0 in r319971, i386 executablesDimitry Andric2017-10-231-1/+2
* Pick 'Remove external linkage for spin_adaptive' from upstream jemallocRyan Libby2017-08-092-11/+1
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-072-2/+2
* Update jemalloc to 5.0.1.Jason Evans2017-07-0323-126/+348
* Default the abort_conf malloc option to false.Jason Evans2017-06-304-9/+12
* Update jemalloc to 5.0.0.Jason Evans2017-06-15137-23896/+25447
* Update jemalloc to 4.5.0.Jason Evans2017-03-0228-232/+577
* Update jemalloc to 4.4.0.Jason Evans2016-12-0426-263/+542
* Update jemalloc to 4.3.1.Jason Evans2016-11-0943-6525/+7539
* Update jemalloc to 4.2.1.Jason Evans2016-06-0913-49/+107
* Work around invalid gcc warning (explicit cast apparently lost).Jason Evans2016-05-132-0/+42
* Update jemalloc to 4.2.0.Jason Evans2016-05-1352-2305/+4019
* Stop using sbrk(2) with malloc. This helps reduce the number of placesAndrew Turner2016-04-281-0/+2
* Restore support for decay time of -1 (no decay).Jason Evans2016-03-031-1/+5
* Add a cast to prevent a compiler warning.Jason Evans2016-03-032-2/+2
* Restore configuration for RISC-V.Ruslan Bukin2016-03-011-0/+3
* Update jemalloc to 4.1.0.Jason Evans2016-02-2950-1575/+3377
* Add configuration for RISC-V ISA.Ruslan Bukin2016-01-222-0/+6
* Update jemalloc to version 4.0.4.Jason Evans2015-10-2410-30/+93
* Update jemalloc to 4.0.2.Jason Evans2015-09-2220-427/+619
* Fix minor malloc regressions.Jason Evans2015-08-193-9/+17
* Define CPU_SPINWAIT as cpu_spinwait().Jason Evans2015-08-182-16/+12
* Re-add LG_SIZEOF_PTR definition for __aarch64__.Jason Evans2015-08-182-2/+12
* Fix build failure due to missing CPU_SPINWAIT definition.Jason Evans2015-08-181-0/+4
* Add jemalloc support for 8 KiB, 16 KiB, and 64 KiB pages.Jason Evans2015-08-182-1/+4147
* Update jemalloc to version 4.0.0.Jason Evans2015-08-1863-6834/+13365
* Add aarch64 (arm64) #define for jemallocEd Maste2015-03-121-0/+3
* Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov2015-01-033-6/+25
* Update jemalloc to version 3.6.0.Jason Evans2014-03-3114-38/+80
* Update jemalloc to version 3.5.1.Jason Evans2014-02-2610-13/+52
* Update jemalloc to version 3.5.0.Jason Evans2014-01-2345-1848/+3002
* Update jemalloc to version 3.4.1.Jason Evans2013-10-2114-108/+181
* Update jemalloc to version 3.4.0.Jason Evans2013-06-0319-164/+341
* Make the malloc(3) family of functions weak and make their non-weakMarcel Moolenaar2013-05-251-0/+41
* Update list of ports required for importing jemalloc.Jason Evans2013-01-241-0/+1
* Import jemalloc 3.3.0. This reduces zeroed memory validation overhead forJason Evans2013-01-2421-314/+588
* Import jemalloc 3.2.0.Jason Evans2012-11-1031-560/+1471
* Since our clang now supports the tls_model attribute, remove theDimitry Andric2012-08-232-9/+1
* Fix config_lazy_lock so that thread caching isn't used forJason Evans2012-05-133-10/+19
* Import jemalloc 3.0.0. This fixes memory zeroing bugs that manifested asJason Evans2012-05-128-103/+123
* Import jemalloc 37b6f95dcd866f51c91488531a2efc3ed4c2b754 (dev branch,Jason Evans2012-05-1030-981/+1729