1. 1aeea0f Simplify extent_quantize(). by Jason Evans · 8 years ago
  2. b9408d7 Fix/simplify chunk_recycle() allocation size computations. by Jason Evans · 8 years ago
  3. 2cdf07a Fix extent_quantize() to handle greater-than-huge-size extents. by Jason Evans · 8 years ago
  4. 5d6cb6e Refactor prng to not use 64-bit atomics on 32-bit platforms. by Jason Evans · 8 years ago
  5. a4e83e8 Fix run leak. by Jason Evans · 8 years ago
  6. 28b7e42 Fix arena data structure size calculation. by Jason Evans · 8 years ago
  7. 32896a9 Fix large allocation to search optimal size class heap. by Jason Evans · 8 years ago
  8. e901263 Fix chunk_alloc_cache() to support decommitted allocation. by Jason Evans · 8 years ago
  9. 6c56e19 Check for existance of CPU_COUNT macro before using it. by Dave Watson · 8 years ago
  10. da206df Do not use syscall(2) on OS X 10.12 (deprecated). by Jason Evans · 8 years ago
  11. 3f2b8d9 Add os_unfair_lock support. by Jason Evans · 8 years ago
  12. a99e0fa Fix/refactor zone allocator integration code. by Jason Evans · 8 years ago
  13. b599b32 Add "J" (JSON) support to malloc_stats_print(). by Jason Evans · 8 years ago
  14. 1d57c03 Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW. by Jason Evans · 8 years ago
  15. c443b67 Use syscall(2) rather than {open,read,close}(2) during boot. by Jason Evans · 8 years ago
  16. e46f8f9 Do not mark malloc_conf as weak on Windows. by Jason Evans · 8 years ago
  17. 35799a5 Do not mark malloc_conf as weak for unit tests. by Jason Evans · 8 years ago
  18. ed84764 Support static linking of jemalloc with glibc by Dave Watson · 8 years ago
  19. dc553d5 Fix over-sized allocation of rtree leaf nodes. by Jason Evans · 8 years ago
  20. 962a297 Do not (recursively) allocate within tsd_fetch(). by Jason Evans · 8 years ago
  21. e2bcf03 Make dss operations lockless. by Jason Evans · 8 years ago
  22. 9737685 Add/use adaptive spinning. by Jason Evans · 8 years ago
  23. a2539fa Disallow 0x5a junk filling when running in Valgrind. by Jason Evans · 8 years ago
  24. d419bb0 Fix and simplify decay-based purging. by Jason Evans · 8 years ago
  25. 45a5bf6 Do not advance decay epoch when time goes backwards. by Jason Evans · 8 years ago
  26. 94e7ffa Refactor arena->decay_* into arena->decay.* (arena_decay_t). by Jason Evans · 8 years ago
  27. b732c39 Refine nstime_update(). by Jason Evans · 8 years ago
  28. 5d8db15 Simplify run quantization. by Jason Evans · 8 years ago
  29. f193fd8 Refactor runs_avail. by Jason Evans · 8 years ago
  30. 1abb49f Implement pz2ind(), pind2sz(), and psz2u(). by Jason Evans · 8 years ago
  31. bcd5424 Use TSDN_NULL rather than NULL as appropriate. by Jason Evans · 8 years ago
  32. 79647fe Close file descriptor after reading "/proc/sys/vm/overcommit_memory". by Jason Evans · 8 years ago
  33. 57cddff Formatting fixes. by Jason Evans · 8 years ago
  34. 11b5da7 Change how the default zone is found by Mike Hommey · 8 years ago
  35. a6a8e40 Fix a valgrind regression in chunk_recycle() by Elliot Ronaghan · 8 years ago
  36. 57ed894 Fix arena_bind(). by Qi Wang · 8 years ago
  37. fa09fe7 Fix rallocx() sampling code to not eagerly commit sampler update. by Jason Evans · 8 years ago
  38. a7fdcc8 Fix opt_zero-triggered in-place huge reallocation zeroing. by Jason Evans · 8 years ago
  39. c7d5298 Fix a Valgrind regression in chunk_alloc_wrapper(). by Elliot Ronaghan · 8 years ago
  40. 9de0094 Fix a Valgrind regression in calloc(). by Elliot Ronaghan · 8 years ago
  41. 05a9e4a Fix potential VM map fragmentation regression. by Jason Evans · 8 years ago
  42. 48384dc Fix mixed decl in nstime.c by Elliot Ronaghan · 8 years ago
  43. 09d7bdb Propagate tsdn to default chunk hooks. by Jason Evans · 8 years ago
  44. 1c35f63 Guard tsdn_tsd() call with tsdn_null() check. by Jason Evans · 8 years ago
  45. 0fc1317 Mangle tested functions as n_witness_* rather than witness_*_impl. by Jason Evans · 8 years ago
  46. 73d3d58 Optimize witness fast path. by Jason Evans · 8 years ago
  47. 7790a0b Fix chunk accounting related to triggering gdump profiles. by Jason Evans · 8 years ago
  48. c1e00ef Resolve bootstrapping issues when embedded in FreeBSD libc. by Jason Evans · 8 years ago
  49. 0c12dca Fix tsd bootstrapping for a0malloc(). by Jason Evans · 8 years ago
  50. 3ef51d7 Optimize the fast paths of calloc() and [m,d,sd]allocx(). by Jason Evans · 8 years ago
  51. c2f970c Modify pages_map() to support mapping uncommitted virtual memory. by Jason Evans · 8 years ago
  52. dc391ad Scale leak report summary according to sampling probability. by Jason Evans · 8 years ago
  53. 04c3c0f Add the stats.retained and stats.arenas.<i>.retained statistics. by Jason Evans · 8 years ago
  54. 90827a3 Fix huge_palloc() regression. by Jason Evans · 8 years ago
  55. 108c4a1 Fix witness/fork() interactions. by Jason Evans · 8 years ago
  56. 174c0c3 Fix fork()-related lock rank ordering reversals. by Jason Evans · 8 years ago
  57. 7e67495 Fix arena reset effects on large/huge stats. by Jason Evans · 8 years ago
  58. 259f8eb Fix arena_choose_hard() regression. by Jason Evans · 8 years ago
  59. 19ff2ce Implement the arena.<i>.reset mallctl. by Jason Evans · 8 years ago
  60. 66cd953 Do not allocate metadata via non-auto arenas, nor tcaches. by Jason Evans · 8 years ago
  61. c9a4bf9 Reduce a variable scope. by Jason Evans · 8 years ago
  62. ab0cfe0 Update private_symbols.txt. by Jason Evans · 8 years ago
  63. 1423ee9 Fix style nits. by Jason Evans · 8 years ago
  64. 1b58301 Fix malloc_mutex_[un]lock() to conditionally check witness. by Jason Evans · 8 years ago
  65. d9394d0 Convert base_mtx locking protocol comments to assertions. by Jason Evans · 8 years ago
  66. b2c0d63 Add witness, a simple online locking validator. by Jason Evans · 8 years ago
  67. 0043233 Fix 64-to-32 conversion warnings in 32-bit mode by rustyx · 8 years ago
  68. e764271 Fix malloc_stats_print() to print correct opt.narenas value. by Jason Evans · 8 years ago
  69. 245ae60 Support --with-lg-page values larger than actual page size. by Jason Evans · 8 years ago
  70. c6a2c39 Refactor/fix ph. by Jason Evans · 8 years ago
  71. 2ee2f1e Reduce differences between alternative bitmap implementations. by Jason Evans · 8 years ago
  72. a82070e Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros by Chris Peterson · 8 years ago
  73. f86bc08 Update a comment. by Jason Evans · 8 years ago
  74. ce7c0f9 Fix potential chunk leaks. by Jason Evans · 8 years ago
  75. 0bc716a Fix -Wunreachable-code warning in malloc_vsnprintf(). by Chris Peterson · 8 years ago
  76. 61a6dfc Constify various internal arena APIs. by Jason Evans · 8 years ago
  77. f6bd2e5 Code formatting fixes. by Jason Evans · 8 years ago
  78. 6c460ad Optimize rtree_get(). by Jason Evans · 8 years ago
  79. 22af74e Refactor out signed/unsigned comparisons. by Jason Evans · 8 years ago
  80. 613cdc8 Convert arena_bin_t's runs from a tree to a heap. by Jason Evans · 8 years ago
  81. 4a0dbb5 Use pairing heap for arena->runs_avail by Dave Watson · 8 years ago
  82. 6bafa66 Pairing heap by Dave Watson · 8 years ago
  83. 022f689 Avoid a potential innocuous compiler warning. by Jason Evans · 8 years ago
  84. 33184bf Fix stack corruption and uninitialized var warning by Dmitri Smirnov · 8 years ago
  85. 39f5875 Fix a potential tsd cleanup leak. by Jason Evans · 8 years ago
  86. 3c07f80 Fix stats.arenas.<i>.[...] for --disable-stats case. by Jason Evans · 8 years ago
  87. 40ee9aa Fix stats.cactive accounting regression. by Jason Evans · 8 years ago
  88. 3763d3b Refactor arena_cactive_update() into arena_cactive_{add,sub}(). by Jason Evans · 8 years ago
  89. d412624 Move retaining out of default chunk hooks by buchgr · 9 years ago
  90. b8823ab Use linear scan for small bitmaps by Dave Watson · 8 years ago
  91. 01ecdf3 Miscellaneous bitmap refactoring. by Jason Evans · 8 years ago
  92. 42ce80e Silence miscellaneous 64-to-32-bit data loss warnings. by Jason Evans · 8 years ago
  93. 8282a2a Remove a superfluous comment. by Jason Evans · 8 years ago
  94. 9d2c10f Add more HUGE_MAXCLASS overflow checks. by Jason Evans · 8 years ago
  95. 0c516a0 Make *allocx() size class overflow behavior defined. by Jason Evans · 8 years ago
  96. 767d850 Refactor arenas array (fixes deadlock). by Jason Evans · 8 years ago
  97. 3812729 Fix arena_size computation. by Dave Watson · 8 years ago
  98. cd86c14 Fix arena_run_first_best_fit by Dave Watson · 8 years ago
  99. c7a9a6c Attempt mmap-based in-place huge reallocation. by Jason Evans · 8 years ago
  100. ca8fffb Silence miscellaneous 64-to-32-bit data loss warnings. by Jason Evans · 8 years ago