| Commit message (Expand) | Author | Age | Files | Lines |
* | Header refactoring: tsd - cleanup and dependency breaking. | David Goldblatt | 2017-05-01 | 1 | -44/+33 |
|
|
* | Add extent_destroy_t and use it during arena destruction. | Jason Evans | 2017-04-29 | 3 | -1/+32 |
|
|
* | Refactor !opt.munmap to opt.retain. | Jason Evans | 2017-04-29 | 2 | -2/+2 |
|
|
* | Header refactoring: hash - unify and remove from catchall. | David Goldblatt | 2017-04-25 | 1 | -0/+1 |
|
|
* | Replace --disable-munmap with opt.munmap. | Jason Evans | 2017-04-25 | 2 | -3/+3 |
|
|
* | Header refactoring: ticker module - remove from the catchall and unify. | David Goldblatt | 2017-04-24 | 2 | -0/+4 |
|
|
* | Get rid of most of the various inline macros. | David Goldblatt | 2017-04-24 | 6 | -90/+65 |
|
|
* | Output MALLOC_CONF and debug cmd when test failure happens. | Qi Wang | 2017-04-22 | 1 | -9/+10 |
|
|
* | Remove --disable-tls. | Jason Evans | 2017-04-21 | 1 | -1/+0 |
|
|
* | Remove --disable-tcache. | Jason Evans | 2017-04-21 | 7 | -108/+69 |
|
|
* | Support --with-lg-page values larger than system page size. | Jason Evans | 2017-04-19 | 2 | -2/+2 |
|
|
* | Revert "Remove BITMAP_USE_TREE." | Jason Evans | 2017-04-19 | 1 | -0/+16 |
|
|
* | Header refactoring: unify nstime.h and move it out of the catch-all | David Goldblatt | 2017-04-19 | 1 | -3/+1 |
|
|
* | Header refactoring: move util.h out of the catchall | David Goldblatt | 2017-04-19 | 3 | -0/+6 |
|
|
* | Header refactoring: move bit_util.h out of the catchall | David Goldblatt | 2017-04-19 | 1 | -0/+2 |
|
|
* | Track extent structure serial number (esn) in extent_t. | Jason Evans | 2017-04-17 | 1 | -2/+2 |
|
|
* | Pass alloc_ctx down profiling path. | Qi Wang | 2017-04-12 | 1 | -2/+2 |
|
|
* | Header refactoring: Split up jemalloc_internal.h | David Goldblatt | 2017-04-11 | 1 | -3/+4 |
|
|
* | Header refactoring: break out ql.h dependencies | David Goldblatt | 2017-04-11 | 1 | -0/+2 |
|
|
* | Header refactoring: break out qr.h dependencies | David Goldblatt | 2017-04-11 | 1 | -0/+2 |
|
|
* | Header refactoring: break out rb.h dependencies | David Goldblatt | 2017-04-11 | 1 | -0/+2 |
|
|
* | Header refactoring: break out ph.h dependencies | David Goldblatt | 2017-04-11 | 1 | -0/+2 |
|
|
* | Add basic reentrancy-checking support, and allow arena_new to reenter. | David Goldblatt | 2017-04-07 | 4 | -28/+55 |
|
|
* | Add hooking functionality | David Goldblatt | 2017-04-07 | 10 | -9/+124 |
|
|
* | 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 | 3 | -69/+93 |
|
|
* | 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 | 3 | -52/+61 |
|
|
* | 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 | 35 | -80/+119 |
|
|