| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of tcache_enabled_t as we have runtime init support. | Qi Wang | 2017-04-07 | 6 | -24/+14 |
|
|
* | Integrate auto tcache into TSD. | Qi Wang | 2017-04-07 | 16 | -172/+294 |
|
|
* | Remove the pre-C11-atomics API, which is now unused | David Goldblatt | 2017-04-05 | 2 | -90/+0 |
|
|
* | Make prof's cum_gctx a C11-style atomic | David Goldblatt | 2017-04-05 | 1 | -2/+2 |
|
|
* | Make the mutex n_waiting_thds field a C11-style atomic | David Goldblatt | 2017-04-05 | 4 | -7/+19 |
|
|
* | Convert extent module to use C11-style atomcis | David Goldblatt | 2017-04-05 | 1 | -8/+10 |
|
|
* | Convert accumbytes in prof_accum_t to C11 atomics, when possible | David Goldblatt | 2017-04-05 | 3 | -6/+12 |
|
|
* | Make extent_dss use C11-style atomics | David Goldblatt | 2017-04-05 | 1 | -15/+21 |
|
|
* | Make base_t's extent_hooks field C11-atomic | David Goldblatt | 2017-04-05 | 2 | -15/+9 |
|
|
* | Transition arena struct fields to C11 atomics | David Goldblatt | 2017-04-05 | 3 | -39/+48 |
|
|
* | Move arena-tracking atomics in jemalloc.c to C11-style | David Goldblatt | 2017-04-05 | 3 | -11/+12 |
|
|
* | Transition e_prof_tctx in struct extent to C11 atomics | David Goldblatt | 2017-04-04 | 2 | -8/+8 |
|
|
* | Convert prng module to use C11-style atomics | David Goldblatt | 2017-04-04 | 4 | -43/+46 |
|
|
* | Make the tsd member init functions to take tsd_t * type. | Qi Wang | 2017-04-04 | 3 | -3/+9 |
|
|
* | Do proper cleanup for tsd_state_reincarnated. | Qi Wang | 2017-04-04 | 4 | -18/+50 |
|
|
* | Remove the leafkey NULL check in leaf_elm_lookup. | Qi Wang | 2017-04-04 | 2 | -14/+10 |
|
|
* | Add init function support to tsd members. | Qi Wang | 2017-04-04 | 9 | -33/+74 |
|
|
* | issue-586: detect main executable even if PIE is active | Aliaksey Kandratsenka | 2017-04-04 | 1 | -1/+12 |
|
|
* | Lookup extent once per time during tcache_flush_small / _large. | Qi Wang | 2017-03-28 | 1 | -14/+28 |
|
|
* | Move arena_slab_data_t's nfree into extent_t's e_bits. | Jason Evans | 2017-03-28 | 6 | -43/+86 |
|
|
* | Simplify rtree cache replacement policy. | Qi Wang | 2017-03-27 | 1 | -14/+11 |
|
|
* | Simplify rtree_clear() to avoid locking. | Jason Evans | 2017-03-27 | 1 | -4/+4 |
|
|
* | Fix a race in rtree_szind_slab_update() for RTREE_LEAF_COMPACT. | Jason Evans | 2017-03-27 | 2 | -13/+53 |
|
|
* | Remove BITMAP_USE_TREE. | Jason Evans | 2017-03-27 | 5 | -307/+0 |
|
|
* | Fix bitmap_ffu() to work with 3+ levels. | Jason Evans | 2017-03-27 | 2 | -41/+56 |
|
|
* | Pack various extent_t fields into a bitfield. | Jason Evans | 2017-03-26 | 2 | -104/+155 |
|
|
* | Store arena index rather than (arena_t *) in extent_t. | Jason Evans | 2017-03-26 | 3 | -5/+5 |
|
|
* | Fix BITMAP_USE_TREE version of bitmap_ffu(). | Jason Evans | 2017-03-26 | 2 | -5/+48 |
|
|
* | Force inline ifree to avoid function call costs on fast path. | Qi Wang | 2017-03-25 | 1 | -2/+2 |
|
|
* | Use a bitmap in extents_t to speed up search. | Jason Evans | 2017-03-25 | 3 | -12/+44 |
|
|
* | Implement BITMAP_GROUPS(). | Jason Evans | 2017-03-25 | 1 | -0/+6 |
|
|
* | Implement bitmap_ffu(), which finds the first unset bit. | Jason Evans | 2017-03-25 | 6 | -25/+136 |
|
|
* | Use first fit layout policy instead of best fit. | Jason Evans | 2017-03-25 | 1 | -12/+42 |
|
|
* | Added documentation for mutex profiling related mallctls. | Qi Wang | 2017-03-23 | 1 | -0/+206 |
|
|
* | Profile per arena base mutex, instead of just a0. | Qi Wang | 2017-03-23 | 3 | -6/+7 |
|
|
* | Refactor mutex profiling code with x-macros. | Qi Wang | 2017-03-23 | 7 | -232/+225 |
|
|
* | Switch to nstime_t for the time related fields in mutex profiling. | Qi Wang | 2017-03-23 | 5 | -20/+24 |
|
|
* | Added custom mutex spin. | Qi Wang | 2017-03-23 | 3 | -17/+27 |
|
|
* | Added extents_dirty / _muzzy mutexes, as well as decay_dirty / _muzzy. | Qi Wang | 2017-03-23 | 4 | -41/+61 |
|
|
* | Added "stats.mutexes.reset" mallctl to reset all mutex stats. | Qi Wang | 2017-03-23 | 12 | -189/+250 |
|
|
* | Added JSON output for lock stats. | Qi Wang | 2017-03-23 | 4 | -44/+124 |
|
|
* | Added lock profiling and output for global locks (ctl, prof and base). | Qi Wang | 2017-03-23 | 9 | -78/+174 |
|
|
* | Add arena lock stats output. | Qi Wang | 2017-03-23 | 9 | -51/+269 |
|
|
* | Output bin lock profiling results to malloc_stats. | Qi Wang | 2017-03-23 | 8 | -34/+120 |
|
|
* | First stage of mutex profiling. | Qi Wang | 2017-03-23 | 5 | -32/+149 |
|
|
* | Further specialize arena_[s]dalloc() tcache fast path. | Jason Evans | 2017-03-23 | 3 | -45/+129 |
|
|
* | Push down iealloc() calls. | Jason Evans | 2017-03-23 | 9 | -227/+176 |
|
|
* | Remove extent dereferences from the deallocation fast paths. | Jason Evans | 2017-03-23 | 8 | -87/+113 |
|
|
* | Remove extent arg from isalloc() and arena_salloc(). | Jason Evans | 2017-03-23 | 6 | -51/+29 |
|
|
* | Implement compact rtree leaf element representation. | Jason Evans | 2017-03-23 | 5 | -7/+163 |
|
|