summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement metadata statistics.Jason Evans2015-01-2418-167/+356
* Use the correct type for opt.junk when printing stats.Guilherme Goncalves2015-01-231-1/+1
* Implement the jemalloc-config script.Jason Evans2015-01-234-4/+89
* Update copyright dates for 2015.Jason Evans2015-01-231-2/+2
* Document under what circumstances in-place resizing succeeds.Jason Evans2015-01-221-0/+16
* Refactor bootstrapping to delay tsd initialization.Jason Evans2015-01-226-125/+203
* Fix arenas_cache_cleanup().Jason Evans2015-01-221-1/+1
* Add missing symbols to private_symbols.txt.Abhishek Kulkarni2015-01-211-0/+4
* Fix OOM handling in memalign() and valloc().Jason Evans2015-01-171-2/+4
* Fix an infinite recursion bug related to a0/tsd bootstrapping.Jason Evans2015-01-151-1/+3
* Add a isblank definition for MSVC < 2013Guilherme Goncalves2015-01-091-0/+8
* Make mixed declarations an errorMike Hommey2014-12-181-0/+1
* Move variable declaration to the top its block for MSVC compatibility.Guilherme Goncalves2014-12-171-2/+2
* [pprof] Produce global profile unless thread-local profile requestedBert Maher2014-12-151-2/+3
* Introduce two new modes of junk filling: "alloc" and "free".Guilherme Goncalves2014-12-1514-71/+139
* Ignore MALLOC_CONF in set{uid,gid,cap} binaries.Daniel Micay2014-12-143-1/+50
* Style and spelling fixes.Jason Evans2014-12-0920-40/+36
* Add a C11 atomics-based implementation of atomic.h API.Chih-hung Hsieh2014-12-074-0/+56
* Style fixes.Jason Evans2014-12-061-2/+2
* Fix OOM cleanup in huge_palloc().Jason Evans2014-12-051-6/+2
* Fix test_stats_arenas_bins for 32-bit builds.Yuriy Kaminskiy2014-12-031-0/+1
* teach the dss chunk allocator to handle new_addrDaniel Micay2014-11-293-9/+17
* Remove extra definition of je_tsd_boot on win32.Guilherme Goncalves2014-11-181-6/+0
* Fix more pointer arithmetic undefined behavior.Jason Evans2014-11-171-4/+4
* Fix pointer arithmetic undefined behavior.Jason Evans2014-11-172-17/+31
* Make quarantine_init() static.Jason Evans2014-11-073-4/+2
* Fix two quarantine regressions.Jason Evans2014-11-053-2/+26
* Disable arena_dirty_count() validation.Jason Evans2014-11-011-2/+6
* Don't dereference NULL tdata in prof_{enter,leave}().Jason Evans2014-11-011-13/+18
* Fix arena_sdalloc() to use promoted size (second attempt).Jason Evans2014-11-011-8/+11
* Fix arena_sdalloc() to use promoted size.Jason Evans2014-11-011-7/+15
* rm unused arena wrangling from xallocxDaniel Micay2014-10-311-16/+8
* Miscellaneous cleanups.Jason Evans2014-10-313-10/+10
* avoid redundant chunk header readsDaniel Micay2014-10-312-45/+42
* mark huge allocations as unlikelyDaniel Micay2014-10-314-16/+16
* Fix prof_{enter,leave}() calls to pass tdata_self.Jason Evans2014-10-301-19/+24
* Use JEMALLOC_INLINE_C everywhere it's appropriate.Jason Evans2014-10-304-15/+15
* Merge pull request #154 from guilherme-pg/implicit-intJason Evans2014-10-201-1/+1
|\
| * Fix variable declaration with no type in the configure script.Guilherme Goncalves2014-10-201-1/+1
|/
* Merge pull request #151 from thestinger/rallocJason Evans2014-10-162-2/+2
|\
| * use sized deallocation internally for rallocDaniel Micay2014-10-162-2/+2
* | Initialize chunks_mtx for all configurations.Jason Evans2014-10-161-4/+3
|/
* Purge/zero sub-chunk huge allocations as necessary.Jason Evans2014-10-161-24/+51
* Add small run utilization to stats output.Jason Evans2014-10-151-16/+34
* Thwart compiler optimizations.Jason Evans2014-10-151-0/+12
* Fix line wrapping.Jason Evans2014-10-151-10/+10
* Fix huge allocation statistics.Jason Evans2014-10-155-160/+252
* Update size class documentation.Jason Evans2014-10-151-26/+84
* Add per size class huge allocation statistics.Jason Evans2014-10-1310-338/+724
* Fix a prof_tctx_t/prof_tdata_t cleanup race.Jason Evans2014-10-122-5/+11