1. e0a08a1 Restore --enable-ivsalloc. by Jason Evans · 9 years ago
  2. 8d6a3e8 Implement dynamic per arena control over dirty page purging. by Jason Evans · 9 years ago
  3. c9db461 Use InterlockedCompareExchange instead of non-existing InterlockedCompareExchange32 by Mike Hommey · 9 years ago
  4. 04211e2 Fix heap profiling regressions. by Jason Evans · 9 years ago
  5. 262146d Eliminate innocuous compiler warnings. by Jason Evans · 9 years ago
  6. 764b000 Fix a heap profiling regression. by Jason Evans · 9 years ago
  7. d6384b0 use CLOCK_MONOTONIC in the timer if it's available by Daniel Micay · 10 years ago
  8. f69e2f6 Use the error code given to buferror on Windows by Mike Hommey · 9 years ago
  9. d69964b Fix a heap profiling regression. by Jason Evans · 9 years ago
  10. fbd8d77 Fix unsigned comparison underflow. by Jason Evans · 9 years ago
  11. bc45d41 Fix a declaration-after-statement regression. by Jason Evans · 9 years ago
  12. f5c8f37 Normalize rdelm/rd structure field naming. by Jason Evans · 9 years ago
  13. 38e42d3 Refactor dirty run linkage to reduce sizeof(extent_node_t). by Jason Evans · 9 years ago
  14. 54673fd Update ChangeLog. by Jason Evans · 9 years ago
  15. 04ca758 Fix a chunk_recycle() regression. by Jason Evans · 9 years ago
  16. 97c04a9 Use first-fit rather than first-best-fit run/chunk allocation. by Jason Evans · 9 years ago
  17. 5707d6f Quantize szad trees by size class. by Jason Evans · 9 years ago
  18. f044bb2 Change default chunk size from 4 MiB to 256 KiB. by Jason Evans · 9 years ago
  19. 4d871f7 Preserve LastError when calling TlsGetValue by Mike Hommey · 9 years ago
  20. 7c46fd5 Make --without-export actually work by Mike Hommey · 9 years ago
  21. 970fcfb adding support for bitrig by Dave Huseby · 10 years ago
  22. 35e3fd9 Fix a compilation error and an incorrect assertion. by Jason Evans · 9 years ago
  23. 99bd94f Fix chunk cache races. by Jason Evans · 9 years ago
  24. 738e089 Rename "dirty chunks" to "cached chunks". by Jason Evans · 9 years ago
  25. 339c2b2 Fix chunk_unmap() to propagate dirty state. by Jason Evans · 9 years ago
  26. 47701b2 arena_chunk_dirty_node_init() --> extent_node_dirty_linkage_init() by Jason Evans · 9 years ago
  27. eafebfd Remove obsolete type arena_chunk_miscelms_t. by Jason Evans · 9 years ago
  28. a4e1888 Simplify extent_node_t and add extent_node_init(). by Jason Evans · 9 years ago
  29. ee41ad4 Integrate whole chunks into unused dirty page purging machinery. by Jason Evans · 9 years ago
  30. 40ab8f9 Remove more obsolete (incorrect) assertions. by Jason Evans · 9 years ago
  31. cb9b449 Remove obsolete (incorrect) assertions. by Jason Evans · 9 years ago
  32. 02e5dcf Fix --enable-debug regression. by Jason Evans · 9 years ago
  33. 2195ba4 Normalize *_link and link_* fields to all be *_link. by Jason Evans · 9 years ago
  34. b01186c Remove redundant tcache_boot() call. by Jason Evans · 9 years ago
  35. 41cfe03 If MALLOCX_ARENA(a) is specified, use it during tcache fill. by Jason Evans · 9 years ago
  36. feaaa3d Take into account the install suffix that jemalloc was built with in the pkg-config file. by Abhishek Kulkarni · 10 years ago
  37. f888031 Put VERSION file in object directory by Dan McGregor · 10 years ago
  38. ab5e379 Build docs in object directory by Dan McGregor · 10 years ago
  39. 5f7140b Make prof_tctx accesses atomic. by Jason Evans · 10 years ago
  40. 88fef7c Refactor huge_*() calls into arena internals. by Jason Evans · 10 years ago
  41. 1eaf3b6 add missing check for new_addr chunk size by Daniel Micay · 10 years ago
  42. cbf3a6d Move centralized chunk management into arenas. by Jason Evans · 10 years ago
  43. f30e261 Update ckh to support metadata allocation tracking. by Jason Evans · 10 years ago
  44. 064dbfb Fix a regression in tcache_bin_flush_small(). by Jason Evans · 10 years ago
  45. 051eae8 Remove unnecessary xchg* lock prefixes. by Jason Evans · 10 years ago
  46. 9e561e8 Test and fix tcache ID recycling. by Jason Evans · 10 years ago
  47. 1cb181e Implement explicit tcache support. by Jason Evans · 10 years ago
  48. 23694b0 Fix arena_get() for (!init_if_missing && refresh_if_missing) case. by Jason Evans · 10 years ago
  49. 8d0e04d Refactor rtree to be lock-free. by Jason Evans · 10 years ago
  50. c810fce Add (x != 0) assertion to lg_floor(x). by Jason Evans · 10 years ago
  51. f500a10 Refactor base_alloc() to guarantee demand-zeroed memory. by Jason Evans · 10 years ago
  52. 918a1a5 Reduce extent_node_t size to fit in one cache line. by Jason Evans · 10 years ago
  53. a55dfa4 Implement more atomic operations. by Jason Evans · 10 years ago
  54. 8ddc932 Fix chunk_recycle()'s new_addr functionality. by Jason Evans · 10 years ago
  55. f872357 Add missing prototypes for bootstrap_{malloc,calloc,free}(). by Jason Evans · 10 years ago
  56. b0808d5 Fix shell test to use = instead of ==. by Jason Evans · 10 years ago
  57. 6505733 Make opt.lg_dirty_mult work as documented by Mike Hommey · 10 years ago
  58. 008267b util.c: strerror_r returns char* only on glibc by Felix Janda · 10 years ago
  59. 5b8ed5b Implement the prof.gdump mallctl. by Jason Evans · 10 years ago
  60. 41f2e69 Fix quoting for CONFIG-related sed expression. by Jason Evans · 10 years ago
  61. 0fd663e Avoid pointless chunk_recycle() call. by Jason Evans · 10 years ago
  62. 77d597e add openbsd support by Sébastien Marie · 10 years ago
  63. eee27b2 huge_node_locked don't have to unlock huge_mtx by Sébastien Marie · 10 years ago
  64. 4581b97 Implement metadata statistics. by Jason Evans · 10 years ago
  65. ec98a44 Use the correct type for opt.junk when printing stats. by Guilherme Goncalves · 10 years ago
  66. bec6a8d Implement the jemalloc-config script. by Jason Evans · 10 years ago
  67. 8afcaa9 Update copyright dates for 2015. by Jason Evans · 10 years ago
  68. 228b2e9 Document under what circumstances in-place resizing succeeds. by Jason Evans · 10 years ago
  69. 10aff3f Refactor bootstrapping to delay tsd initialization. by Jason Evans · 10 years ago
  70. bc96876 Fix arenas_cache_cleanup(). by Jason Evans · 10 years ago
  71. b617df8 Add missing symbols to private_symbols.txt. by Abhishek Kulkarni · 10 years ago
  72. 44b57b8 Fix OOM handling in memalign() and valloc(). by Jason Evans · 10 years ago
  73. 24057f3 Fix an infinite recursion bug related to a0/tsd bootstrapping. by Jason Evans · 10 years ago
  74. 51f8634 Add a isblank definition for MSVC < 2013 by Guilherme Goncalves · 10 years ago
  75. b7b44df Make mixed declarations an error by Mike Hommey · 10 years ago
  76. 9c6a8d3 Move variable declaration to the top its block for MSVC compatibility. by Guilherme Goncalves · 10 years ago
  77. b4acf73 [pprof] Produce global profile unless thread-local profile requested by Bert Maher · 10 years ago
  78. 2c5cb61 Introduce two new modes of junk filling: "alloc" and "free". by Guilherme Goncalves · 10 years ago
  79. b74041f Ignore MALLOC_CONF in set{uid,gid,cap} binaries. by Daniel Micay · 10 years ago
  80. e12eaf9 Style and spelling fixes. by Jason Evans · 10 years ago
  81. 59cd80e Add a C11 atomics-based implementation of atomic.h API. by Chih-hung Hsieh · 10 years ago
  82. a18c2b1 Style fixes. by Jason Evans · 10 years ago
  83. 1036ddb Fix OOM cleanup in huge_palloc(). by Jason Evans · 10 years ago
  84. f79e01f Fix test_stats_arenas_bins for 32-bit builds. by Yuriy Kaminskiy · 10 years ago
  85. 879e76a teach the dss chunk allocator to handle new_addr by Daniel Micay · 10 years ago
  86. a213602 Remove extra definition of je_tsd_boot on win32. by Guilherme Goncalves · 10 years ago
  87. d49cb68 Fix more pointer arithmetic undefined behavior. by Jason Evans · 10 years ago
  88. 2012d5a Fix pointer arithmetic undefined behavior. by Jason Evans · 10 years ago
  89. 9cf2be0 Make quarantine_init() static. by Jason Evans · 10 years ago
  90. c002a5c Fix two quarantine regressions. by Jason Evans · 10 years ago
  91. 2b2f6dc Disable arena_dirty_count() validation. by Jason Evans · 10 years ago
  92. 82cb603 Don't dereference NULL tdata in prof_{enter,leave}(). by Jason Evans · 10 years ago
  93. d7a9bab Fix arena_sdalloc() to use promoted size (second attempt). by Jason Evans · 10 years ago
  94. 6da2e9d Fix arena_sdalloc() to use promoted size. by Jason Evans · 10 years ago
  95. dc65213 rm unused arena wrangling from xallocx by Daniel Micay · 10 years ago
  96. cfc5706 Miscellaneous cleanups. by Jason Evans · 10 years ago
  97. d33f834 avoid redundant chunk header reads by Daniel Micay · 10 years ago
  98. 809b0ac mark huge allocations as unlikely by Daniel Micay · 10 years ago
  99. c93ed81 Fix prof_{enter,leave}() calls to pass tdata_self. by Jason Evans · 10 years ago
  100. af1f592 Use JEMALLOC_INLINE_C everywhere it's appropriate. by Jason Evans · 10 years ago