summaryrefslogtreecommitdiffstats
path: root/src/tcache.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid arena_prof_accum()-related locking when possible.Jason Evans2012-11-131-7/+2
* Add arena-specific and selective dss allocation.Jason Evans2012-10-131-2/+2
* Optimize malloc() and free() fast paths.Jason Evans2012-05-021-13/+46
* Make arena_salloc() an inline function.Jason Evans2012-04-201-0/+6
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-111-1/+5
* Always initialize tcache data structures.Jason Evans2012-04-061-46/+38
* Clean up *PAGE* macros.Jason Evans2012-04-021-5/+5
* Add the "thread.tcache.enabled" mallctl.Jason Evans2012-03-271-12/+15
* Implement tsd.Jason Evans2012-03-231-47/+54
* Invert NO_TLS to JEMALLOC_TLS.Jason Evans2012-03-191-1/+1
* Remove the lg_tcache_gc_sweep option.Jason Evans2012-03-051-10/+0
* Simplify small size class infrastructure.Jason Evans2012-02-291-15/+16
* Streamline tcache-related malloc/free fast paths.Jason Evans2012-02-131-3/+1
* Reduce cpp conditional logic complexity.Jason Evans2012-02-111-85/+45
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+480