aboutsummaryrefslogtreecommitdiff
path: root/src/chunk_dss.c
AgeCommit message (Expand)Author
2015-09-15Reduce variable scope.Dmitry-Me
2015-08-12Try to decommit new chunks.Jason Evans
2015-08-07Implement chunk hook support for page run commit/decommit.Jason Evans
2015-08-03Generalize chunk management hooks.Jason Evans
2015-02-18Rename "dirty chunks" to "cached chunks".Jason Evans
2015-02-16Integrate whole chunks into unused dirty page purging machinery.Jason Evans
2015-02-12Move centralized chunk management into arenas.Jason Evans
2014-11-28teach the dss chunk allocator to handle new_addrDaniel Micay
2014-10-03Convert to uniform style: cond == false --> !condJason Evans
2014-04-15Optimize Valgrind integration.Jason Evans
2014-04-15Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.Jason Evans
2013-12-03Avoid deprecated sbrk(2) on OS X.Jason Evans
2013-01-31Fix Valgrind integration.Jason Evans
2013-01-21Tighten valgrind integration.Jason Evans
2012-10-12Add arena-specific and selective dss allocation.Jason Evans
2012-04-21Fix chunk allocation/deallocation bugs.Jason Evans
2012-04-21Fix a memory corruption bug in chunk_alloc_dss().Jason Evans
2012-04-12Disable munmap() if it causes VM map holes.Jason Evans
2012-04-12Use a stub replacement and disable dss when sbrk is not supportedMike Hommey
2012-04-11Normalize aligned allocation algorithms.Jason Evans
2012-04-10Rename labels.Jason Evans
2012-04-10Add alignment support to chunk_alloc().Mike Hommey
2012-03-13Fix fork-related bugs.Jason Evans
2012-02-10Reduce cpp conditional logic complexity.Jason Evans
2011-03-31Move repo contents in jemalloc/ to top level.Jason Evans