summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/tcache.h
Commit message (Expand)AuthorAgeFilesLines
* Rename index_t to szind_t to avoid an existing type on Solaris.Jason Evans2015-08-191-9/+9
* Impose a minimum tcache count for small size classes.Jason Evans2015-05-201-0/+5
* If MALLOCX_ARENA(a) is specified, use it during tcache fill.Jason Evans2015-02-131-13/+15
* Implement explicit tcache support.Jason Evans2015-02-101-33/+69
* Introduce two new modes of junk filling: "alloc" and "free".Guilherme Goncalves2014-12-151-5/+5
* Style and spelling fixes.Jason Evans2014-12-091-1/+1
* Add configure options.Jason Evans2014-10-101-2/+2
* Refactor/fix arenas manipulation.Jason Evans2014-10-081-0/+1
* Normalize size classes.Jason Evans2014-10-061-25/+27
* Don't disable tcache for lazy-lock.Jason Evans2014-10-041-2/+0
* Fix tsd cleanup regressions.Jason Evans2014-10-041-16/+5
* 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-51/+37
* Apply likely()/unlikely() to allocation/deallocation fast paths.Jason Evans2014-09-121-16/+16
* mark some conditions as unlikelyDaniel Micay2014-09-111-1/+1
* Refactor small_size2bin and small_bin2size.Jason Evans2014-04-171-2/+2
* Merge pull request #73 from bmaurer/smallmallocJason Evans2014-04-161-36/+5
|\
| * Create a const array with only a small bin to size mapBen Maurer2014-04-161-3/+3
| * outline rare tcache_get codepathsBen Maurer2014-04-161-33/+2
* | Optimize Valgrind integration.Jason Evans2014-04-151-6/+1
|/
* Remove support for non-prof-promote heap profiling metadata.Jason Evans2014-04-111-1/+1
* 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