summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/arena.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor overly large/complex functions.Jason Evans2014-01-151-0/+1
* Extract profiling code from [re]allocation functions.Jason Evans2014-01-121-1/+1
* Add junk/zero filling unit tests, and fix discovered bugs.Jason Evans2014-01-081-2/+13
* Add quarantine unit tests.Jason Evans2013-12-171-0/+6
* Finish arena_prof_ctx_set() optimization.Jason Evans2013-12-161-7/+7
* Optimize arena_prof_ctx_set().Jason Evans2013-12-161-9/+15
* Remove unnecessary zeroing in arena_palloc().Jason Evans2013-10-301-5/+6
* Fix a Valgrind integration flaw.Jason Evans2013-10-201-25/+41
* Fix a prof-related locking order bug.Jason Evans2013-02-061-13/+20
* Add and use JEMALLOC_ALWAYS_INLINE.Jason Evans2013-01-221-21/+21
* Avoid arena_prof_accum()-related locking when possible.Jason Evans2012-11-131-1/+41
* Purge unused dirty pages in a fragmentation-reducing order.Jason Evans2012-11-061-29/+24
* Add arena-specific and selective dss allocation.Jason Evans2012-10-131-5/+10
* Fix large calloc() zeroing bugs.Jason Evans2012-05-111-5/+10
* Update a comment.Jason Evans2012-05-101-9/+9
* Further optimize and harden arena_salloc().Jason Evans2012-05-021-33/+67
* Optimize malloc() and free() fast paths.Jason Evans2012-05-021-71/+282
* Make arena_salloc() an inline function.Jason Evans2012-04-201-1/+41
* Normalize aligned allocation algorithms.Jason Evans2012-04-121-2/+1
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-111-16/+65
* Remove arena_malloc_prechosen().Jason Evans2012-04-061-14/+0
* Add a0malloc(), a0calloc(), and a0free().Jason Evans2012-04-041-15/+21
* Clean up *PAGE* macros.Jason Evans2012-04-021-11/+11
* Work around TLS deallocation via free().Jason Evans2012-03-301-3/+4
* Implement tsd.Jason Evans2012-03-231-1/+15
* Fix fork-related bugs.Jason Evans2012-03-131-0/+3
* Simplify small size class infrastructure.Jason Evans2012-02-291-90/+8
* Remove highruns statistics.Jason Evans2012-02-131-0/+4
* Make 8-byte tiny size class non-optional.Jason Evans2012-02-131-12/+7
* Streamline tcache-related malloc/free fast paths.Jason Evans2012-02-131-24/+30
* Remove magic.Jason Evans2012-02-131-11/+0
* Reduce cpp conditional logic complexity.Jason Evans2012-02-111-70/+42
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+743