summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/tcache.h
Commit message (Expand)AuthorAgeFilesLines
* Don't junk-fill reallocations unless usize changes.Jason Evans2013-12-161-0/+1
* Fix a Valgrind integration flaw.Jason Evans2013-10-201-2/+2
* Fix Valgrind integration.Jason Evans2013-02-011-2/+2
* Add and use JEMALLOC_ALWAYS_INLINE.Jason Evans2013-01-221-9/+9
* Tighten valgrind integration.Jason Evans2013-01-221-0/+2
* Optimize malloc() and free() fast paths.Jason Evans2012-05-021-63/+8
* Make arena_salloc() an inline function.Jason Evans2012-04-201-6/+7
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-111-10/+19
* Add a0malloc(), a0calloc(), and a0free().Jason Evans2012-04-041-1/+1
* Clean up *PAGE* macros.Jason Evans2012-04-021-5/+5
* Clean up tsd (no functional changes).Jason Evans2012-03-301-1/+3
* Work around TLS deallocation via free().Jason Evans2012-03-301-2/+14
* Add the "thread.tcache.enabled" mallctl.Jason Evans2012-03-271-15/+101
* Implement tsd.Jason Evans2012-03-231-20/+15
* Invert NO_TLS to JEMALLOC_TLS.Jason Evans2012-03-191-1/+1
* Remove the lg_tcache_gc_sweep option.Jason Evans2012-03-051-12/+11
* Remove unused variables in tcache_dalloc_large().Jason Evans2012-02-291-6/+1
* Simplify small size class infrastructure.Jason Evans2012-02-291-8/+8
* Streamline tcache-related malloc/free fast paths.Jason Evans2012-02-131-3/+5
* Remove magic.Jason Evans2012-02-131-1/+0
* Reduce cpp conditional logic complexity.Jason Evans2012-02-111-75/+39
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+431