summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Ignore MALLOC_CONF in set{uid,gid,cap} binaries.Daniel Micay2014-12-141-1/+22
* Style and spelling fixes.Jason Evans2014-12-096-8/+8
* Fix OOM cleanup in huge_palloc().Jason Evans2014-12-051-6/+2
* teach the dss chunk allocator to handle new_addrDaniel Micay2014-11-292-8/+15
* 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-071-1/+1
* Fix two quarantine regressions.Jason Evans2014-11-051-0/+22
* 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
* rm unused arena wrangling from xallocxDaniel Micay2014-10-311-16/+8
* Miscellaneous cleanups.Jason Evans2014-10-312-4/+6
* avoid redundant chunk header readsDaniel Micay2014-10-311-28/+26
* mark huge allocations as unlikelyDaniel Micay2014-10-312-4/+4
* 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 #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
* Fix huge allocation statistics.Jason Evans2014-10-152-155/+239
* Add per size class huge allocation statistics.Jason Evans2014-10-134-299/+497
* Fix a prof_tctx_t/prof_tdata_t cleanup race.Jason Evans2014-10-121-5/+5
* Remove arena_dalloc_bin_run() clean page preservation.Jason Evans2014-10-111-66/+7
* Add --with-lg-tiny-min, generalize --with-lg-quantum.Jason Evans2014-10-111-0/+54
* Don't fetch tsd in a0{d,}alloc().Jason Evans2014-10-111-11/+7
* Add configure options.Jason Evans2014-10-104-96/+101
* Avoid atexit(3) when possible, disable prof_final by default.Jason Evans2014-10-091-8/+9
* Fix a recursive lock acquisition regression.Jason Evans2014-10-081-11/+16
* Use regular arena allocation for huge tree nodes.Daniel Micay2014-10-082-5/+6
* Refactor/fix arenas manipulation.Jason Evans2014-10-087-239/+475
* Fix a prof_tctx_t destruction race.Jason Evans2014-10-061-18/+32
* Normalize size classes.Jason Evans2014-10-066-152/+231
* Attempt to expand huge allocations in-place.Daniel Micay2014-10-053-28/+101
* Fix OOM-related regression in arena_tcache_fill_small().Jason Evans2014-10-051-1/+12
* Fix prof regressions.Jason Evans2014-10-041-16/+23
* Silence a compiler warning.Jason Evans2014-10-041-1/+1
* Fix tsd cleanup regressions.Jason Evans2014-10-045-88/+53
* Implement/test/fix prof-related mallctl's.Jason Evans2014-10-044-50/+198
* Convert to uniform style: cond == false --> !condJason Evans2014-10-0312-91/+90
* Test prof.reset mallctl and fix numerous discovered bugs.Jason Evans2014-10-031-64/+149
* Implement in-place huge allocation shrinking.Daniel Micay2014-10-011-27/+62
* Mark malloc_conf as a weak symbolDave Rigby2014-09-291-1/+1
* Move small run metadata into the arena chunk header.Jason Evans2014-09-291-194/+153
* Implement compile-time bitmap size computation.Jason Evans2014-09-281-15/+3
* Fix profile dumping race.Jason Evans2014-09-251-1/+9
* Convert all tsd variables to reside in a single tsd structure.Jason Evans2014-09-2310-496/+546
* Fix prof regressions.Jason Evans2014-09-121-1/+22
* Fix irallocx_prof() sample logic.Jason Evans2014-09-121-3/+3