aboutsummaryrefslogtreecommitdiff
path: root/src/tcache.c
AgeCommit message (Expand)Author
2015-09-11Rename arena_maxclass to large_maxclass.Jason Evans
2015-08-19Rename index_t to szind_t to avoid an existing type on Solaris.Jason Evans
2015-05-19Impose a minimum tcache count for small size classes.Jason Evans
2015-05-19Fix nhbins calculation.Jason Evans
2015-02-16Integrate whole chunks into unused dirty page purging machinery.Jason Evans
2015-02-13If MALLOCX_ARENA(a) is specified, use it during tcache fill.Jason Evans
2015-02-12Move centralized chunk management into arenas.Jason Evans
2015-02-12Fix a regression in tcache_bin_flush_small().Jason Evans
2015-02-10Test and fix tcache ID recycling.Jason Evans
2015-02-09Implement explicit tcache support.Jason Evans
2015-01-23Implement metadata statistics.Jason Evans
2014-10-09Add configure options.Jason Evans
2014-10-07Refactor/fix arenas manipulation.Jason Evans
2014-10-06Normalize size classes.Jason Evans
2014-10-04Fix tsd cleanup regressions.Jason Evans
2014-10-03Convert to uniform style: cond == false --> !condJason Evans
2014-09-23Convert all tsd variables to reside in a single tsd structure.Jason Evans
2014-09-04Refactor chunk map.Qinfan Wu
2014-08-26Remove junk filling in tcache_bin_flush_small().Qinfan Wu
2014-04-16outline rare tcache_get codepathsBen Maurer
2013-12-12Implement the *allocx() API.Jason Evans
2013-10-21Fix a data race for large allocation stats counters.Jason Evans
2013-02-06Fix a prof-related locking order bug.Jason Evans
2012-11-13Avoid arena_prof_accum()-related locking when possible.Jason Evans
2012-10-12Add arena-specific and selective dss allocation.Jason Evans
2012-05-02Optimize malloc() and free() fast paths.Jason Evans
2012-04-19Make arena_salloc() an inline function.Jason Evans
2012-04-11Implement Valgrind support, redzones, and quarantine.Jason Evans
2012-04-06Always initialize tcache data structures.Jason Evans
2012-04-02Clean up *PAGE* macros.Jason Evans
2012-03-26Add the "thread.tcache.enabled" mallctl.Jason Evans
2012-03-23Implement tsd.Jason Evans
2012-03-19Invert NO_TLS to JEMALLOC_TLS.Jason Evans
2012-03-05Remove the lg_tcache_gc_sweep option.Jason Evans
2012-02-28Simplify small size class infrastructure.Jason Evans
2012-02-13Streamline tcache-related malloc/free fast paths.Jason Evans
2012-02-10Reduce cpp conditional logic complexity.Jason Evans
2011-03-31Move repo contents in jemalloc/ to top level.Jason Evans