summaryrefslogtreecommitdiffstats
path: root/src/chunk_dss.c
Commit message (Expand)AuthorAgeFilesLines
* Optimize Valgrind integration.Jason Evans2014-04-151-1/+2
* Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.Jason Evans2014-04-151-10/+10
* Avoid deprecated sbrk(2) on OS X.Jason Evans2013-12-041-7/+8
* Fix Valgrind integration.Jason Evans2013-02-011-1/+0
* Tighten valgrind integration.Jason Evans2013-01-221-0/+1
* Add arena-specific and selective dss allocation.Jason Evans2012-10-131-1/+36
* Fix chunk allocation/deallocation bugs.Jason Evans2012-04-211-0/+4
* Fix a memory corruption bug in chunk_alloc_dss().Jason Evans2012-04-211-1/+0
* Disable munmap() if it causes VM map holes.Jason Evans2012-04-131-224/+6
* Use a stub replacement and disable dss when sbrk is not supportedMike Hommey2012-04-121-0/+11
* Normalize aligned allocation algorithms.Jason Evans2012-04-121-37/+57
* Rename labels.Jason Evans2012-04-101-2/+2
* Add alignment support to chunk_alloc().Mike Hommey2012-04-101-28/+52
* Fix fork-related bugs.Jason Evans2012-03-131-4/+32
* Reduce cpp conditional logic complexity.Jason Evans2012-02-111-2/+12
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+284