| Commit message (Expand) | Author | Age | Files | Lines |
* | Add basic reentrancy-checking support, and allow arena_new to reenter. | David Goldblatt | 2017-04-07 | 2 | -3/+2 |
|
|
* | Add hooking functionality | David Goldblatt | 2017-04-07 | 7 | -5/+44 |
|
|
* | Integrate auto tcache into TSD. | Qi Wang | 2017-04-07 | 1 | -0/+6 |
|
|
* | Remove the pre-C11-atomics API, which is now unused | David Goldblatt | 2017-04-05 | 1 | -45/+0 |
|
|
* | Convert prng module to use C11-style atomics | David Goldblatt | 2017-04-04 | 1 | -18/+20 |
|
|
* | Do proper cleanup for tsd_state_reincarnated. | Qi Wang | 2017-04-04 | 1 | -1/+40 |
|
|
* | Add init function support to tsd members. | Qi Wang | 2017-04-04 | 1 | -6/+10 |
|
|
* | Remove BITMAP_USE_TREE. | Jason Evans | 2017-03-27 | 1 | -16/+0 |
|
|
* | Fix bitmap_ffu() to work with 3+ levels. | Jason Evans | 2017-03-27 | 1 | -0/+27 |
|
|
* | Fix BITMAP_USE_TREE version of bitmap_ffu(). | Jason Evans | 2017-03-26 | 1 | -5/+35 |
|
|
* | Implement bitmap_ffu(), which finds the first unset bit. | Jason Evans | 2017-03-25 | 1 | -12/+47 |
|
|
* | Added JSON output for lock stats. | Qi Wang | 2017-03-23 | 1 | -1/+6 |
|
|
* | Push down iealloc() calls. | Jason Evans | 2017-03-23 | 1 | -7/+2 |
|
|
* | Embed root node into rtree_t. | Jason Evans | 2017-03-23 | 1 | -64/+55 |
|
|
* | Incorporate szind/slab into rtree leaves. | Jason Evans | 2017-03-23 | 2 | -36/+73 |
|
|
* | Split rtree_elm_t into rtree_{node,leaf}_elm_t. | Jason Evans | 2017-03-23 | 1 | -22/+53 |
|
|
* | Convert extent_t's usize to szind. | Jason Evans | 2017-03-23 | 1 | -2/+2 |
|
|
* | Implement two-phase decay-based purging. | Jason Evans | 2017-03-15 | 5 | -116/+270 |
|
|
* | Implement per-CPU arena. | Qi Wang | 2017-03-09 | 2 | -61/+76 |
|
|
* | Fix arena_prefork lock rank order for witness. | Qi Wang | 2017-03-09 | 1 | -0/+13 |
|
|
* | Store associated arena in tcache. | Qi Wang | 2017-03-07 | 1 | -8/+32 |
|
|
* | Add any() and remove_any() to ph. | Jason Evans | 2017-03-07 | 1 | -1/+30 |
|
|
* | Fix flakiness in test_decay_ticker. | Jason Evans | 2017-03-07 | 1 | -106/+148 |
|
|
* | Add atomic types for ssize_t | David Goldblatt | 2017-03-07 | 1 | -0/+8 |
|
|
* | Disentangle assert and util | David Goldblatt | 2017-03-06 | 2 | -49/+55 |
|
|
* | Introduce a backport of C11 atomics | David Goldblatt | 2017-03-03 | 1 | -71/+227 |
|
|
* | Immediately purge cached extents if decay_time is 0. | Jason Evans | 2017-03-03 | 1 | -1/+104 |
|
|
* | Use MALLOC_CONF rather than malloc_conf for tests. | Jason Evans | 2017-02-23 | 28 | -67/+76 |
|
|
* | Enhance spin_adaptive() to yield after several iterations. | Jason Evans | 2017-02-09 | 1 | -0/+16 |
|
|
* | Remove rtree support for 0 (NULL) keys. | Jason Evans | 2017-02-09 | 1 | -5/+7 |
|
|
* | Determine rtree levels at compile time. | Jason Evans | 2017-02-09 | 1 | -138/+103 |
|
|
* | Conditianalize lg_tcache_max use on JEMALLOC_TCACHE. | Jason Evans | 2017-02-07 | 1 | -1/+5 |
|
|
* | Disentangle arena and extent locking. | Jason Evans | 2017-02-02 | 2 | -3/+3 |
|
|
* | Add witness_assert_depth[_to_rank](). | Jason Evans | 2017-02-02 | 1 | -12/+39 |
|
|
* | Silence harmless warnings discovered via run_tests.sh. | Jason Evans | 2017-02-01 | 1 | -2/+5 |
|
|
* | Replace tabs following #define with spaces. | Jason Evans | 2017-01-21 | 32 | -103/+103 |
|
|
* | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 41 | -145/+145 |
|
|
* | Update brace style. | Jason Evans | 2017-01-21 | 42 | -715/+459 |
|
|
* | Fix --disable-stats support. | Jason Evans | 2017-01-20 | 1 | -12/+20 |
|
|
* | Test JSON output of malloc_stats_print() and fix bugs. | Jason Evans | 2017-01-19 | 1 | -0/+1006 |
|
|
* | Fix prof_realloc() regression. | Jason Evans | 2017-01-17 | 1 | -0/+57 |
|
|
* | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 40 | -105/+0 |
|
|
* | Implement arena.<i>.destroy . | Jason Evans | 2017-01-07 | 3 | -29/+240 |
|
|
* | Refactor test extent hook code to be reusable. | Jason Evans | 2017-01-07 | 1 | -104/+46 |
|
|
* | Replace the arenas.initialized mallctl with arena.<i>.initialized . | Jason Evans | 2017-01-07 | 1 | -18/+31 |
|
|
* | Rename the arenas.extend mallctl to arenas.create. | Jason Evans | 2017-01-07 | 3 | -8/+8 |
|
|
* | Add MALLCTL_ARENAS_ALL. | Jason Evans | 2017-01-07 | 1 | -0/+8 |
|
|
* | Implement per arena base allocators. | Jason Evans | 2016-12-27 | 1 | -0/+274 |
|
|
* | Add huge page configuration and pages_[no}huge(). | Jason Evans | 2016-12-27 | 1 | -0/+30 |
|
|
* | Simplify arena_slab_regind(). | Jason Evans | 2016-12-23 | 1 | -0/+35 |
|
|