summaryrefslogtreecommitdiffstats
path: root/src/tcache.c
Commit message (Expand)AuthorAgeFilesLines
* Implement explicit tcache support.Jason Evans2015-02-101-41/+125
* Implement metadata statistics.Jason Evans2015-01-241-2/+2
* Add configure options.Jason Evans2014-10-101-41/+12
* Refactor/fix arenas manipulation.Jason Evans2014-10-081-1/+13
* Normalize size classes.Jason Evans2014-10-061-4/+4
* Fix tsd cleanup regressions.Jason Evans2014-10-041-1/+2
* Convert to uniform style: cond == false --> !condJason Evans2014-10-031-4/+4
* Convert all tsd variables to reside in a single tsd structure.Jason Evans2014-09-231-77/+24
* Refactor chunk map.Qinfan Wu2014-09-051-5/+6
* Remove junk filling in tcache_bin_flush_small().Qinfan Wu2014-08-271-4/+0
* outline rare tcache_get codepathsBen Maurer2014-04-161-0/+40
* Implement the *allocx() API.Jason Evans2013-12-131-2/+2
* Fix a data race for large allocation stats counters.Jason Evans2013-10-211-1/+4
* Fix a prof-related locking order bug.Jason Evans2013-02-061-4/+11
* 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