summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/arena_inlines_b.h
Commit message (Expand)AuthorAgeFilesLines
* 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-28/+4
* Header refactoring: move jemalloc_internal_types.h out of the catch-allDavid Goldblatt2017-04-191-0/+2
* Pass alloc_ctx down profiling path.Qi Wang2017-04-121-24/+39
* Pass dalloc_ctx down the sdalloc path.Qi Wang2017-04-121-15/+23
* Pass dealloc_ctx down free() fast path.Qi Wang2017-04-111-5/+15
* Further specialize arena_[s]dalloc() tcache fast path.Jason Evans2017-03-231-33/+108
* Push down iealloc() calls.Jason Evans2017-03-231-22/+17
* Remove extent dereferences from the deallocation fast paths.Jason Evans2017-03-231-12/+59
* Remove extent arg from isalloc() and arena_salloc().Jason Evans2017-03-231-11/+2
* Incorporate szind/slab into rtree leaves.Jason Evans2017-03-231-3/+52
* Remove binind field from arena_slab_data_t.Jason Evans2017-03-231-14/+3
* Convert extent_t's usize to szind.Jason Evans2017-03-231-10/+10
* Implement two-phase decay-based purging.Jason Evans2017-03-151-2/+3
* Synchronize arena->decay with arena->decay.mtx.Jason Evans2017-02-161-1/+1
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-10/+10
* Update brace style.Jason Evans2017-01-211-31/+28
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-8/+0
* Break up headers into constituent partsDavid Goldblatt2017-01-121-0/+209