summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/tcache_inlines.h
Commit message (Expand)AuthorAgeFilesLines
* Rename cache_alloc_easy to cache_bin_alloc_easy.David T. Goldblatt2017-12-191-2/+2
* Pull out arena_bin_info_t and arena_bin_t into their own file.David T. Goldblatt2017-12-191-5/+5
* Pull out caching for a bin into its own file.David Goldblatt2017-08-171-56/+29
* Header refactoring: Pull size helpers out of jemalloc module.David Goldblatt2017-05-311-4/+5
* Revert "Use trylock in tcache_bin_flush when possible."Qi Wang2017-05-011-2/+2
* Revert "Use try_flush first in tcache_dalloc."Qi Wang2017-04-281-10/+4
* Use try_flush first in tcache_dalloc.Qi Wang2017-04-261-4/+10
* Use trylock in tcache_bin_flush when possible.Qi Wang2017-04-261-2/+2
* Header refactoring: size_classes module - remove from the catchallDavid Goldblatt2017-04-241-0/+1
* Header refactoring: ticker module - remove from the catchall and unify.David Goldblatt2017-04-241-0/+1
* Get rid of most of the various inline macros.David Goldblatt2017-04-241-21/+2
* Remove --disable-tcache.Jason Evans2017-04-211-5/+0
* Header refactoring: move jemalloc_internal_types.h out of the catch-allDavid Goldblatt2017-04-191-0/+1
* Header refactoring: move util.h out of the catchallDavid Goldblatt2017-04-191-0/+2
* Bundle 3 branches on fast path into tsd_state.Qi Wang2017-04-141-0/+1
* Optimizing TSD and thread cache layout.Qi Wang2017-04-071-6/+6
* Get rid of tcache_enabled_t as we have runtime init support.Qi Wang2017-04-071-11/+5
* Integrate auto tcache into TSD.Qi Wang2017-04-071-51/+14
* Convert extent_t's usize to szind.Jason Evans2017-03-231-6/+3
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-13/+13
* Update brace style.Jason Evans2017-01-211-41/+49
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-1/+0
* Break up headers into constituent partsDavid Goldblatt2017-01-121-0/+306