summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Get rid of tcache_enabled_t as we have runtime init support.Qi Wang2017-04-075-21/+11
* Integrate auto tcache into TSD.Qi Wang2017-04-0711-98/+128
* Remove the pre-C11-atomics API, which is now unusedDavid Goldblatt2017-04-051-45/+0
* Make the mutex n_waiting_thds field a C11-style atomicDavid Goldblatt2017-04-053-4/+15
* Convert accumbytes in prof_accum_t to C11 atomics, when possibleDavid Goldblatt2017-04-052-5/+9
* Make base_t's extent_hooks field C11-atomicDavid Goldblatt2017-04-051-5/+5
* Transition arena struct fields to C11 atomicsDavid Goldblatt2017-04-051-6/+10
* Move arena-tracking atomics in jemalloc.c to C11-styleDavid Goldblatt2017-04-052-5/+4
* Transition e_prof_tctx in struct extent to C11 atomicsDavid Goldblatt2017-04-042-8/+8
* Convert prng module to use C11-style atomicsDavid Goldblatt2017-04-042-23/+24
* Make the tsd member init functions to take tsd_t * type.Qi Wang2017-04-041-1/+2
* Do proper cleanup for tsd_state_reincarnated.Qi Wang2017-04-041-1/+2
* Remove the leafkey NULL check in leaf_elm_lookup.Qi Wang2017-04-042-14/+10
* Add init function support to tsd members.Qi Wang2017-04-046-26/+35
* Move arena_slab_data_t's nfree into extent_t's e_bits.Jason Evans2017-03-284-23/+66
* Simplify rtree cache replacement policy.Qi Wang2017-03-271-14/+11
* Simplify rtree_clear() to avoid locking.Jason Evans2017-03-271-4/+4
* Fix a race in rtree_szind_slab_update() for RTREE_LEAF_COMPACT.Jason Evans2017-03-272-13/+53
* Remove BITMAP_USE_TREE.Jason Evans2017-03-273-213/+0
* Fix bitmap_ffu() to work with 3+ levels.Jason Evans2017-03-271-41/+29
* Pack various extent_t fields into a bitfield.Jason Evans2017-03-262-104/+155
* Store arena index rather than (arena_t *) in extent_t.Jason Evans2017-03-263-5/+5
* Fix BITMAP_USE_TREE version of bitmap_ffu().Jason Evans2017-03-261-0/+13
* Use a bitmap in extents_t to speed up search.Jason Evans2017-03-252-1/+14
* Implement BITMAP_GROUPS().Jason Evans2017-03-251-0/+6
* Implement bitmap_ffu(), which finds the first unset bit.Jason Evans2017-03-253-6/+67
* Profile per arena base mutex, instead of just a0.Qi Wang2017-03-231-1/+1
* Refactor mutex profiling code with x-macros.Qi Wang2017-03-234-22/+45
* Switch to nstime_t for the time related fields in mutex profiling.Qi Wang2017-03-233-6/+8
* Added custom mutex spin.Qi Wang2017-03-232-15/+13
* Added extents_dirty / _muzzy mutexes, as well as decay_dirty / _muzzy.Qi Wang2017-03-232-4/+6
* Added "stats.mutexes.reset" mallctl to reset all mutex stats.Qi Wang2017-03-238-33/+35
* Added lock profiling and output for global locks (ctl, prof and base).Qi Wang2017-03-235-4/+19
* Add arena lock stats output.Qi Wang2017-03-235-9/+23
* Output bin lock profiling results to malloc_stats.Qi Wang2017-03-234-0/+40
* First stage of mutex profiling.Qi Wang2017-03-234-32/+106
* Further specialize arena_[s]dalloc() tcache fast path.Jason Evans2017-03-233-45/+129
* Push down iealloc() calls.Jason Evans2017-03-235-100/+83
* Remove extent dereferences from the deallocation fast paths.Jason Evans2017-03-232-33/+79
* Remove extent arg from isalloc() and arena_salloc().Jason Evans2017-03-233-30/+11
* Implement compact rtree leaf element representation.Jason Evans2017-03-235-7/+163
* Embed root node into rtree_t.Jason Evans2017-03-232-5/+9
* Incorporate szind/slab into rtree leaves.Jason Evans2017-03-238-133/+296
* Split rtree_elm_t into rtree_{node,leaf}_elm_t.Jason Evans2017-03-236-95/+118
* Remove binind field from arena_slab_data_t.Jason Evans2017-03-232-17/+3
* Convert extent_t's usize to szind.Jason Evans2017-03-237-88/+92
* Implement two-phase decay-based purging.Jason Evans2017-03-1510-50/+82
* Move arena_t's purging field into arena_decay_t.Jason Evans2017-03-151-7/+5
* Refactor decay-related function parametrization.Jason Evans2017-03-151-7/+7
* Convert remaining arena_stats_t fields to atomicsDavid Goldblatt2017-03-142-10/+10