1. a268af5 Stop depending on JEMALLOC_N() for function interception during testing. by Jason Evans · 7 years ago
  2. b3b033e Do not build in parallel on AppVeyor. by Jason Evans · 7 years ago
  3. 6f58e63 Update and rename INSTALL to INSTALL.md by Arkady Shapkin · 7 years ago
  4. 17dddde Specify -Werror for run_tests builds. by Jason Evans · 7 years ago
  5. 81ef365 Avoid compiler warnings on Windows. by Jason Evans · 7 years ago
  6. 11d2f39 Remove mutex_prof_data_t redeclaration. by Jason Evans · 7 years ago
  7. 31baedb Add --with-version=VERSION . by Jason Evans · 7 years ago
  8. 0798fe6 Fix rtree_leaf_elm_szind_slab_update(). by Jason Evans · 7 years ago
  9. 344dd34 rtree_leaf_elm_extent_write() --> rtree_leaf_elm_extent_lock_write() by Jason Evans · 7 years ago
  10. 1c982c3 Make VS2015 project work again by rustyx · 7 years ago
  11. fc1aaf1 Revert "Use trylock in tcache_bin_flush when possible." by Qi Wang · 7 years ago
  12. 209f292 Header refactoring: tsd - cleanup and dependency breaking. by David Goldblatt · 7 years ago
  13. c86c8f4 Add extent_destroy_t and use it during arena destruction. by Jason Evans · 7 years ago
  14. b9ab04a Refactor !opt.munmap to opt.retain. by Jason Evans · 7 years ago
  15. d901a37 Revert "Use try_flush first in tcache_dalloc." by Qi Wang · 7 years ago
  16. 5c56603 Inline tcache_bin_flush_small_impl / _large_impl. by Qi Wang · 7 years ago
  17. b0c2a28 Use try_flush first in tcache_dalloc. by Qi Wang · 7 years ago
  18. 8584adc Use trylock in tcache_bin_flush when possible. by Qi Wang · 7 years ago
  19. e2aad5e Remove redundant extent lookup in tcache_bin_flush_large. by Qi Wang · 7 years ago
  20. 05775a3 Avoid prof_dump during reentrancy. by Qi Wang · 7 years ago
  21. 268843a Header refactoring: pages.h - unify and remove from catchall. by David Goldblatt · 7 years ago
  22. dab4beb Header refactoring: hash - unify and remove from catchall. by David Goldblatt · 7 years ago
  23. 89e2d3c Header refactoring: ctl - unify and remove from catchall. by David Goldblatt · 7 years ago
  24. c67c3e4 Replace --disable-munmap with opt.munmap. by Jason Evans · 7 years ago
  25. e2cc628 Remove --enable-code-coverage. by Jason Evans · 7 years ago
  26. 0f63396 Remove --disable-cc-silence. by Jason Evans · 7 years ago
  27. cf6035e Use trylock in arena_decay_impl(). by Qi Wang · 7 years ago
  28. f970c49 Implement malloc_mutex_trylock() w/ proper stats update. by Qi Wang · 7 years ago
  29. af76f0e Remove --with-lg-tiny-min. by Jason Evans · 7 years ago
  30. b545300 Remove --with-lg-size-class-group. by Jason Evans · 7 years ago
  31. 120c7a7 Header refactoring: bitmap - unify and remove from catchall. by David Goldblatt · 7 years ago
  32. d6b5c7e Header refactoring: stats - unify and remove from catchall by David Goldblatt · 7 years ago
  33. 36abf78 Header refactoring: move smoothstep.h out of the catchall. by David Goldblatt · 7 years ago
  34. 31b4321 Header refactoring: size_classes module - remove from the catchall by David Goldblatt · 7 years ago
  35. 68da236 Header refactoring: ckh module - remove from the catchall and unify. by David Goldblatt · 7 years ago
  36. bf2dc7e Header refactoring: ticker module - remove from the catchall and unify. by David Goldblatt · 7 years ago
  37. fa3ad73 Header refactoring: prng module - remove from the catchall and unify. by David Goldblatt · 7 years ago
  38. 4d2e4bf Get rid of most of the various inline macros. by David Goldblatt · 7 years ago
  39. 7d86c92 Add missing 'test' to LG_SIZEOF_PTR tests. by Jason Evans · 7 years ago
  40. 3aac709 Output MALLOC_CONF and debug cmd when test failure happens. by Qi Wang · 7 years ago
  41. 425253e Enable -Wundef, when supported. by David Goldblatt · 7 years ago
  42. 3823eff Remove --enable-ivsalloc. by Jason Evans · 7 years ago
  43. b2a8453 Remove --disable-tls. by Jason Evans · 7 years ago
  44. ae248a2 Use openat syscall if available by Jim Chen · 7 years ago
  45. 4403c9a Remove --disable-tcache. by Jason Evans · 7 years ago
  46. 5aa46f0 Bypass extent tracking for auto arenas. by Qi Wang · 7 years ago
  47. fed9a88 Trim before commit in extent_recycle(). by Jason Evans · 7 years ago
  48. acf4c8a Output 4 counters for bin mutexes instead of just 2. by Qi Wang · 7 years ago
  49. da4cff0 Support --with-lg-page values larger than system page size. by Jason Evans · 7 years ago
  50. 45f087e Revert "Remove BITMAP_USE_TREE." by Jason Evans · 7 years ago
  51. 38e847c Header refactoring: unify spin.h and move it out of the catch-all. by David Goldblatt · 7 years ago
  52. 418d96a Header refactoring: unify nstime.h and move it out of the catch-all by David Goldblatt · 7 years ago
  53. 7ebc838 Header refactoring: move jemalloc_internal_types.h out of the catch-all by David Goldblatt · 7 years ago
  54. d9ec36e Header refactoring: move assert.h out of the catch-all by David Goldblatt · 7 years ago
  55. f692e6c Header refactoring: move util.h out of the catchall by David Goldblatt · 7 years ago
  56. 54373be Header refactoring: move malloc_io.h out of the catchall by David Goldblatt · 7 years ago
  57. 0b00ffe Header refactoring: move bit_util.h out of the catchall by David Goldblatt · 7 years ago
  58. 2236651 Move CPP_PROLOGUE and CPP_EPILOGUE to the .cpp by David Goldblatt · 7 years ago
  59. a01f993 Only disable munmap(2) by default on 64-bit Linux. by Jason Evans · 7 years ago
  60. c43a83d Fix LD_PRELOAD_VAR configuration logic for 64-bit AIX. by Jason Evans · 7 years ago
  61. 855c127 Remove the function alignment of prof_backtrace. by Qi Wang · 7 years ago
  62. 881fbf7 Prefer old/low extent_t structures during reuse. by Jason Evans · 7 years ago
  63. 76b35f4 Track extent structure serial number (esn) in extent_t. by Jason Evans · 7 years ago
  64. 69aa552 Allocate increasingly large base blocks. by Jason Evans · 7 years ago
  65. 6757016 Update base_unmap() to match extent_dalloc_wrapper(). by Jason Evans · 7 years ago
  66. 3c9c41e Improve rtree cache with a two-level cache design. by Qi Wang · 7 years ago
  67. d16f1e5 Skip percpu arena when choosing iarena. by Qi Wang · 7 years ago
  68. c2fcf9c Switch to fine-grained reentrancy support. by Qi Wang · 7 years ago
  69. b348ba2 Bundle 3 branches on fast path into tsd_state. by Qi Wang · 7 years ago
  70. ccfe68a Pass alloc_ctx down profiling path. by Qi Wang · 7 years ago
  71. f35213b Pass dalloc_ctx down the sdalloc path. by Qi Wang · 7 years ago
  72. e709fae Header refactoring: move atomic.h out of the catch-all by David Goldblatt · 7 years ago
  73. 743d940 Header refactoring: Split up jemalloc_internal.h by David Goldblatt · 7 years ago
  74. 0237870 Header refactoring: break out ql.h dependencies by David Goldblatt · 7 years ago
  75. 610cb83 Header refactoring: break out qr.h dependencies by David Goldblatt · 7 years ago
  76. 63a5cd4 Header refactoring: break out rb.h dependencies by David Goldblatt · 7 years ago
  77. 2f00ce4 Header refactoring: break out ph.h dependencies by David Goldblatt · 7 years ago
  78. 57e36e1 Header refactoring: Add CPP_PROLOGUE and CPP_EPILOGUE macros by David Goldblatt · 7 years ago
  79. bfa530b Pass dealloc_ctx down free() fast path. by Qi Wang · 7 years ago
  80. 8209df2 Turn on -Werror for travis CI builds by David Goldblatt · 7 years ago
  81. 701daa5 Port CPU_SPINWAIT to __powerpc64__ by Rafael Folco · 7 years ago
  82. 04ef218 Move reentrancy_level to the beginning of TSD. by Qi Wang · 7 years ago
  83. b407a65 Add basic reentrancy-checking support, and allow arena_new to reenter. by David Goldblatt · 8 years ago
  84. 0a0fcd3 Add hooking functionality by David Goldblatt · 8 years ago
  85. 36bd90b Optimizing TSD and thread cache layout. by Qi Wang · 7 years ago
  86. 4dec507 Bypass witness_fork in TSD when !config_debug. by Qi Wang · 7 years ago
  87. 0fba57e Get rid of tcache_enabled_t as we have runtime init support. by Qi Wang · 7 years ago
  88. fde3e20 Integrate auto tcache into TSD. by Qi Wang · 8 years ago
  89. eeabdd2 Remove the pre-C11-atomics API, which is now unused by David Goldblatt · 7 years ago
  90. 074f225 Make prof's cum_gctx a C11-style atomic by David Goldblatt · 7 years ago
  91. 5dcc13b Make the mutex n_waiting_thds field a C11-style atomic by David Goldblatt · 7 years ago
  92. 492a941 Convert extent module to use C11-style atomcis by David Goldblatt · 7 years ago
  93. 30d74db Convert accumbytes in prof_accum_t to C11 atomics, when possible by David Goldblatt · 7 years ago
  94. 55d992c Make extent_dss use C11-style atomics by David Goldblatt · 7 years ago
  95. 92aafb0 Make base_t's extent_hooks field C11-atomic by David Goldblatt · 7 years ago
  96. 56b72c7 Transition arena struct fields to C11 atomics by David Goldblatt · 7 years ago
  97. bc32ec3 Move arena-tracking atomics in jemalloc.c to C11-style by David Goldblatt · 7 years ago
  98. 864adb7 Transition e_prof_tctx in struct extent to C11 atomics by David Goldblatt · 7 years ago
  99. 7da04a6 Convert prng module to use C11-style atomics by David Goldblatt · 7 years ago
  100. 492e9f3 Make the tsd member init functions to take tsd_t * type. by Qi Wang · 7 years ago