aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-22Refactor bootstrapping to delay tsd initialization.Jason Evans
2015-01-22Fix arenas_cache_cleanup().Jason Evans
2015-01-16Fix OOM handling in memalign() and valloc().Jason Evans
2015-01-14Fix an infinite recursion bug related to a0/tsd bootstrapping.Jason Evans
2014-12-17Move variable declaration to the top its block for MSVC compatibility.Guilherme Goncalves
2014-12-14Introduce two new modes of junk filling: "alloc" and "free".Guilherme Goncalves
2014-12-14Ignore MALLOC_CONF in set{uid,gid,cap} binaries.Daniel Micay
2014-12-08Style and spelling fixes.Jason Evans
2014-12-04Fix OOM cleanup in huge_palloc().Jason Evans
2014-11-28teach the dss chunk allocator to handle new_addrDaniel Micay
2014-11-17Fix more pointer arithmetic undefined behavior.Jason Evans
2014-11-17Fix pointer arithmetic undefined behavior.Jason Evans
2014-11-07Make quarantine_init() static.Jason Evans
2014-11-04Fix two quarantine regressions.Jason Evans
2014-11-01Disable arena_dirty_count() validation.Jason Evans
2014-11-01Don't dereference NULL tdata in prof_{enter,leave}().Jason Evans
2014-10-30rm unused arena wrangling from xallocxDaniel Micay
2014-10-30Miscellaneous cleanups.Jason Evans
2014-10-30avoid redundant chunk header readsDaniel Micay
2014-10-30mark huge allocations as unlikelyDaniel Micay
2014-10-30Fix prof_{enter,leave}() calls to pass tdata_self.Jason Evans
2014-10-30Use JEMALLOC_INLINE_C everywhere it's appropriate.Jason Evans
2014-10-16Merge pull request #151 from thestinger/rallocJason Evans
2014-10-16use sized deallocation internally for rallocDaniel Micay
2014-10-16Initialize chunks_mtx for all configurations.Jason Evans
2014-10-15Purge/zero sub-chunk huge allocations as necessary.Jason Evans
2014-10-15Add small run utilization to stats output.Jason Evans
2014-10-14Fix huge allocation statistics.Jason Evans
2014-10-12Add per size class huge allocation statistics.Jason Evans
2014-10-12Fix a prof_tctx_t/prof_tdata_t cleanup race.Jason Evans
2014-10-10Remove arena_dalloc_bin_run() clean page preservation.Jason Evans
2014-10-10Add --with-lg-tiny-min, generalize --with-lg-quantum.Jason Evans
2014-10-10Don't fetch tsd in a0{d,}alloc().Jason Evans
2014-10-09Add configure options.Jason Evans
2014-10-08Avoid atexit(3) when possible, disable prof_final by default.Jason Evans
2014-10-08Fix a recursive lock acquisition regression.Jason Evans
2014-10-07Use regular arena allocation for huge tree nodes.Daniel Micay
2014-10-07Refactor/fix arenas manipulation.Jason Evans
2014-10-06Fix a prof_tctx_t destruction race.Jason Evans
2014-10-06Normalize size classes.Jason Evans
2014-10-05Attempt to expand huge allocations in-place.Daniel Micay
2014-10-05Fix OOM-related regression in arena_tcache_fill_small().Jason Evans
2014-10-04Fix prof regressions.Jason Evans
2014-10-04Silence a compiler warning.Jason Evans
2014-10-04Fix tsd cleanup regressions.Jason Evans
2014-10-03Implement/test/fix prof-related mallctl's.Jason Evans
2014-10-03Convert to uniform style: cond == false --> !condJason Evans
2014-10-02Test prof.reset mallctl and fix numerous discovered bugs.Jason Evans
2014-10-01Implement in-place huge allocation shrinking.Daniel Micay
2014-09-29Mark malloc_conf as a weak symbolDave Rigby