| Commit message (Expand) | Author | Age | Files | Lines |
* | Header refactoring: unify nstime.h and move it out of the catch-all | David Goldblatt | 2017-04-19 | 10 | -29/+21 |
|
|
* | Header refactoring: move jemalloc_internal_types.h out of the catch-all | David Goldblatt | 2017-04-19 | 7 | -3/+10 |
|
|
* | Header refactoring: move assert.h out of the catch-all | David Goldblatt | 2017-04-19 | 22 | -7/+34 |
|
|
* | Header refactoring: move util.h out of the catchall | David Goldblatt | 2017-04-19 | 11 | -1/+18 |
|
|
* | Header refactoring: move malloc_io.h out of the catchall | David Goldblatt | 2017-04-19 | 9 | -1/+14 |
|
|
* | Header refactoring: move bit_util.h out of the catchall | David Goldblatt | 2017-04-19 | 5 | -1/+6 |
|
|
* | Move CPP_PROLOGUE and CPP_EPILOGUE to the .cpp | David Goldblatt | 2017-04-19 | 5 | -21/+8 |
|
|
* | Only disable munmap(2) by default on 64-bit Linux. | Jason Evans | 2017-04-17 | 2 | -5/+11 |
|
|
* | Fix LD_PRELOAD_VAR configuration logic for 64-bit AIX. | Jason Evans | 2017-04-17 | 1 | -1/+1 |
|
|
* | 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 | 10 | -37/+80 |
|
|
* | Track extent structure serial number (esn) in extent_t. | Jason Evans | 2017-04-17 | 7 | -48/+121 |
|
|
* | Allocate increasingly large base blocks. | Jason Evans | 2017-04-17 | 2 | -27/+44 |
|
|
* | 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 | 5 | -35/+97 |
|
|
* | Skip percpu arena when choosing iarena. | Qi Wang | 2017-04-17 | 1 | -1/+1 |
|
|
* | Switch to fine-grained reentrancy support. | Qi Wang | 2017-04-15 | 8 | -83/+87 |
|
|
* | Bundle 3 branches on fast path into tsd_state. | Qi Wang | 2017-04-14 | 10 | -78/+170 |
|
|
* | Pass alloc_ctx down profiling path. | Qi Wang | 2017-04-12 | 9 | -82/+133 |
|
|
* | Pass dalloc_ctx down the sdalloc path. | Qi Wang | 2017-04-12 | 5 | -24/+41 |
|
|
* | Header refactoring: move atomic.h out of the catch-all | David Goldblatt | 2017-04-11 | 11 | -1/+20 |
|
|
* | Header refactoring: Split up jemalloc_internal.h | David Goldblatt | 2017-04-11 | 38 | -1337/+1396 |
|
|
* | Header refactoring: break out ql.h dependencies | David Goldblatt | 2017-04-11 | 11 | -2/+20 |
|
|
* | Header refactoring: break out qr.h dependencies | David Goldblatt | 2017-04-11 | 3 | -1/+4 |
|
|
* | Header refactoring: break out rb.h dependencies | David Goldblatt | 2017-04-11 | 4 | -4/+8 |
|
|
* | Header refactoring: break out ph.h dependencies | David Goldblatt | 2017-04-11 | 5 | -1/+8 |
|
|
* | Header refactoring: Add CPP_PROLOGUE and CPP_EPILOGUE macros | David Goldblatt | 2017-04-11 | 1 | -4/+8 |
|
|
* | Pass dealloc_ctx down free() fast path. | Qi Wang | 2017-04-11 | 8 | -34/+62 |
|
|
* | Turn on -Werror for travis CI builds | David Goldblatt | 2017-04-11 | 2 | -29/+31 |
|
|
* | Port CPU_SPINWAIT to __powerpc64__ | Rafael Folco | 2017-04-10 | 1 | -1/+2 |
|
|
* | Move reentrancy_level to the beginning of TSD. | Qi Wang | 2017-04-07 | 3 | -9/+9 |
|
|
* | Add basic reentrancy-checking support, and allow arena_new to reenter. | David Goldblatt | 2017-04-07 | 10 | -45/+168 |
|
|
* | Add hooking functionality | David Goldblatt | 2017-04-07 | 19 | -11/+183 |
|
|
* | Optimizing TSD and thread cache layout. | Qi Wang | 2017-04-07 | 10 | -99/+185 |
|
|
* | 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 | 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 |
|
|