summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal
Commit message (Expand)AuthorAgeFilesLines
* Remove --enable-code-coverage.Jason Evans2017-04-242-4/+1
* Remove --disable-cc-silence.Jason Evans2017-04-243-13/+2
* Implement malloc_mutex_trylock() w/ proper stats update.Qi Wang2017-04-242-12/+34
* Remove --with-lg-tiny-min.Jason Evans2017-04-242-3/+2
* Header refactoring: bitmap - unify and remove from catchall.David Goldblatt2017-04-249-387/+373
* Header refactoring: stats - unify and remove from catchallDavid Goldblatt2017-04-248-35/+29
* Header refactoring: move smoothstep.h out of the catchall.David Goldblatt2017-04-242-1/+1
* Header refactoring: size_classes module - remove from the catchallDavid Goldblatt2017-04-2416-1/+24
* Header refactoring: ckh module - remove from the catchall and unify.David Goldblatt2017-04-246-84/+102
* Header refactoring: ticker module - remove from the catchall and unify.David Goldblatt2017-04-249-21/+21
* Header refactoring: prng module - remove from the catchall and unify.David Goldblatt2017-04-245-35/+48
* Get rid of most of the various inline macros.David Goldblatt2017-04-2419-544/+134
* Enable -Wundef, when supported.David Goldblatt2017-04-222-0/+4
* Remove --enable-ivsalloc.Jason Evans2017-04-212-13/+11
* Use openat syscall if availableJim Chen2017-04-211-0/+5
* Remove --disable-tcache.Jason Evans2017-04-217-42/+9
* Bypass extent tracking for auto arenas.Qi Wang2017-04-213-6/+10
* Support --with-lg-page values larger than system page size.Jason Evans2017-04-192-5/+2
* Revert "Remove BITMAP_USE_TREE."Jason Evans2017-04-193-0/+213
* Header refactoring: unify spin.h and move it out of the catch-all.David Goldblatt2017-04-196-48/+38
* Header refactoring: unify nstime.h and move it out of the catch-allDavid Goldblatt2017-04-197-26/+17
* Header refactoring: move jemalloc_internal_types.h out of the catch-allDavid Goldblatt2017-04-196-3/+9
* Header refactoring: move assert.h out of the catch-allDavid Goldblatt2017-04-192-6/+2
* Header refactoring: move util.h out of the catchallDavid Goldblatt2017-04-192-1/+2
* Header refactoring: move malloc_io.h out of the catchallDavid Goldblatt2017-04-192-1/+2
* Header refactoring: move bit_util.h out of the catchallDavid Goldblatt2017-04-194-1/+4
* Move CPP_PROLOGUE and CPP_EPILOGUE to the .cppDavid Goldblatt2017-04-194-21/+0
* Prefer old/low extent_t structures during reuse.Jason Evans2017-04-176-15/+57
* Track extent structure serial number (esn) in extent_t.Jason Evans2017-04-174-16/+75
* Allocate increasingly large base blocks.Jason Evans2017-04-171-1/+8
* Improve rtree cache with a two-level cache design.Qi Wang2017-04-173-29/+65
* Skip percpu arena when choosing iarena.Qi Wang2017-04-171-1/+1
* Switch to fine-grained reentrancy support.Qi Wang2017-04-155-7/+32
* Bundle 3 branches on fast path into tsd_state.Qi Wang2017-04-147-41/+64
* Pass alloc_ctx down profiling path.Qi Wang2017-04-125-47/+67
* Pass dalloc_ctx down the sdalloc path.Qi Wang2017-04-122-20/+28
* Header refactoring: move atomic.h out of the catch-allDavid Goldblatt2017-04-1110-1/+18
* Header refactoring: Split up jemalloc_internal.hDavid Goldblatt2017-04-118-1303/+1332
* Header refactoring: break out ql.h dependenciesDavid Goldblatt2017-04-1110-2/+18
* Header refactoring: break out qr.h dependenciesDavid Goldblatt2017-04-112-1/+2
* Header refactoring: break out rb.h dependenciesDavid Goldblatt2017-04-113-4/+6
* Header refactoring: break out ph.h dependenciesDavid Goldblatt2017-04-113-1/+4
* Header refactoring: Add CPP_PROLOGUE and CPP_EPILOGUE macrosDavid Goldblatt2017-04-111-4/+8
* Pass dealloc_ctx down free() fast path.Qi Wang2017-04-114-11/+28
* Move reentrancy_level to the beginning of TSD.Qi Wang2017-04-071-7/+7
* Add basic reentrancy-checking support, and allow arena_new to reenter.David Goldblatt2017-04-074-5/+18
* Add hooking functionalityDavid Goldblatt2017-04-075-2/+29
* Optimizing TSD and thread cache layout.Qi Wang2017-04-078-63/+129
* Get rid of tcache_enabled_t as we have runtime init support.Qi Wang2017-04-075-21/+11
* Integrate auto tcache into TSD.Qi Wang2017-04-0711-98/+128