| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of most of the various inline macros. | David Goldblatt | 2017-04-24 | 6 | -35/+34 |
|
|
* | Enable -Wundef, when supported. | David Goldblatt | 2017-04-22 | 2 | -12/+4 |
|
|
* | Remove --enable-ivsalloc. | Jason Evans | 2017-04-21 | 1 | -4/+11 |
|
|
* | Remove --disable-tls. | Jason Evans | 2017-04-21 | 2 | -4/+0 |
|
|
* | Use openat syscall if available | Jim Chen | 2017-04-21 | 1 | -0/+3 |
|
|
* | Remove --disable-tcache. | Jason Evans | 2017-04-21 | 5 | -202/+91 |
|
|
* | Bypass extent tracking for auto arenas. | Qi Wang | 2017-04-21 | 3 | -26/+39 |
|
|
* | Trim before commit in extent_recycle(). | Jason Evans | 2017-04-20 | 2 | -3/+9 |
|
|
* | Output 4 counters for bin mutexes instead of just 2. | Qi Wang | 2017-04-19 | 1 | -8/+24 |
|
|
* | Support --with-lg-page values larger than system page size. | Jason Evans | 2017-04-19 | 3 | -101/+145 |
|
|
* | Revert "Remove BITMAP_USE_TREE." | Jason Evans | 2017-04-19 | 1 | -0/+78 |
|
|
* | Header refactoring: unify spin.h and move it out of the catch-all. | David Goldblatt | 2017-04-19 | 3 | -1/+4 |
|
|
* | Header refactoring: unify nstime.h and move it out of the catch-all | David Goldblatt | 2017-04-19 | 2 | -0/+3 |
|
|
* | Header refactoring: move jemalloc_internal_types.h out of the catch-all | David Goldblatt | 2017-04-19 | 1 | -0/+1 |
|
|
* | Header refactoring: move assert.h out of the catch-all | David Goldblatt | 2017-04-19 | 20 | -1/+32 |
|
|
* | Header refactoring: move util.h out of the catchall | David Goldblatt | 2017-04-19 | 6 | -0/+10 |
|
|
* | Header refactoring: move malloc_io.h out of the catchall | David Goldblatt | 2017-04-19 | 7 | -0/+12 |
|
|
* | Move CPP_PROLOGUE and CPP_EPILOGUE to the .cpp | David Goldblatt | 2017-04-19 | 1 | -0/+8 |
|
|
* | Remove the function alignment of prof_backtrace. | Qi Wang | 2017-04-17 | 1 | -1/+0 |
|
|
* | Prefer old/low extent_t structures during reuse. | Jason Evans | 2017-04-17 | 3 | -18/+19 |
|
|
* | Track extent structure serial number (esn) in extent_t. | Jason Evans | 2017-04-17 | 2 | -30/+44 |
|
|
* | Allocate increasingly large base blocks. | Jason Evans | 2017-04-17 | 1 | -26/+36 |
|
|
* | Update base_unmap() to match extent_dalloc_wrapper(). | Jason Evans | 2017-04-17 | 1 | -10/+10 |
|
|
* | Improve rtree cache with a two-level cache design. | Qi Wang | 2017-04-17 | 2 | -6/+32 |
|
|
* | Switch to fine-grained reentrancy support. | Qi Wang | 2017-04-15 | 3 | -76/+55 |
|
|
* | Bundle 3 branches on fast path into tsd_state. | Qi Wang | 2017-04-14 | 3 | -37/+106 |
|
|
* | Pass alloc_ctx down profiling path. | Qi Wang | 2017-04-12 | 3 | -33/+64 |
|
|
* | Pass dalloc_ctx down the sdalloc path. | Qi Wang | 2017-04-12 | 3 | -4/+13 |
|
|
* | Header refactoring: move atomic.h out of the catch-all | David Goldblatt | 2017-04-11 | 1 | -0/+2 |
|
|
* | Header refactoring: Split up jemalloc_internal.h | David Goldblatt | 2017-04-11 | 27 | -27/+56 |
|
|
* | Header refactoring: break out ph.h dependencies | David Goldblatt | 2017-04-11 | 1 | -0/+2 |
|
|
* | Pass dealloc_ctx down free() fast path. | Qi Wang | 2017-04-11 | 4 | -23/+34 |
|
|
* | Move reentrancy_level to the beginning of TSD. | Qi Wang | 2017-04-07 | 2 | -2/+2 |
|
|
* | Add basic reentrancy-checking support, and allow arena_new to reenter. | David Goldblatt | 2017-04-07 | 2 | -12/+95 |
|
|
* | Add hooking functionality | David Goldblatt | 2017-04-07 | 3 | -0/+28 |
|
|
* | Optimizing TSD and thread cache layout. | Qi Wang | 2017-04-07 | 2 | -36/+56 |
|
|
* | Bypass witness_fork in TSD when !config_debug. | Qi Wang | 2017-04-07 | 1 | -0/+9 |
|
|
* | Get rid of tcache_enabled_t as we have runtime init support. | Qi Wang | 2017-04-07 | 1 | -3/+3 |
|
|
* | Integrate auto tcache into TSD. | Qi Wang | 2017-04-07 | 4 | -74/+160 |
|
|
* | 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 | 1 | -3/+4 |
|
|
* | 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 | 1 | -1/+3 |
|
|
* | 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 | 1 | -10/+4 |
|
|
* | Transition arena struct fields to C11 atomics | David Goldblatt | 2017-04-05 | 2 | -33/+38 |
|
|
* | Move arena-tracking atomics in jemalloc.c to C11-style | David Goldblatt | 2017-04-05 | 1 | -6/+8 |
|
|
* | Convert prng module to use C11-style atomics | David Goldblatt | 2017-04-04 | 1 | -2/+2 |
|
|
* | Make the tsd member init functions to take tsd_t * type. | Qi Wang | 2017-04-04 | 2 | -2/+7 |
|
|
* | Do proper cleanup for tsd_state_reincarnated. | Qi Wang | 2017-04-04 | 2 | -16/+8 |
|
|