1. b0808d5 Fix shell test to use = instead of ==. by Jason Evans · 10 years ago
  2. 6505733 Make opt.lg_dirty_mult work as documented by Mike Hommey · 10 years ago
  3. 008267b util.c: strerror_r returns char* only on glibc by Felix Janda · 10 years ago
  4. 5b8ed5b Implement the prof.gdump mallctl. by Jason Evans · 10 years ago
  5. 41f2e69 Fix quoting for CONFIG-related sed expression. by Jason Evans · 10 years ago
  6. 0fd663e Avoid pointless chunk_recycle() call. by Jason Evans · 10 years ago
  7. 77d597e add openbsd support by Sébastien Marie · 10 years ago
  8. eee27b2 huge_node_locked don't have to unlock huge_mtx by Sébastien Marie · 10 years ago
  9. 4581b97 Implement metadata statistics. by Jason Evans · 10 years ago
  10. ec98a44 Use the correct type for opt.junk when printing stats. by Guilherme Goncalves · 10 years ago
  11. bec6a8d Implement the jemalloc-config script. by Jason Evans · 10 years ago
  12. 8afcaa9 Update copyright dates for 2015. by Jason Evans · 10 years ago
  13. 228b2e9 Document under what circumstances in-place resizing succeeds. by Jason Evans · 10 years ago
  14. 10aff3f Refactor bootstrapping to delay tsd initialization. by Jason Evans · 10 years ago
  15. bc96876 Fix arenas_cache_cleanup(). by Jason Evans · 10 years ago
  16. b617df8 Add missing symbols to private_symbols.txt. by Abhishek Kulkarni · 10 years ago
  17. 44b57b8 Fix OOM handling in memalign() and valloc(). by Jason Evans · 10 years ago
  18. 24057f3 Fix an infinite recursion bug related to a0/tsd bootstrapping. by Jason Evans · 10 years ago
  19. 51f8634 Add a isblank definition for MSVC < 2013 by Guilherme Goncalves · 10 years ago
  20. b7b44df Make mixed declarations an error by Mike Hommey · 10 years ago
  21. 9c6a8d3 Move variable declaration to the top its block for MSVC compatibility. by Guilherme Goncalves · 10 years ago
  22. b4acf73 [pprof] Produce global profile unless thread-local profile requested by Bert Maher · 10 years ago
  23. 2c5cb61 Introduce two new modes of junk filling: "alloc" and "free". by Guilherme Goncalves · 10 years ago
  24. b74041f Ignore MALLOC_CONF in set{uid,gid,cap} binaries. by Daniel Micay · 10 years ago
  25. e12eaf9 Style and spelling fixes. by Jason Evans · 10 years ago
  26. 59cd80e Add a C11 atomics-based implementation of atomic.h API. by Chih-hung Hsieh · 10 years ago
  27. a18c2b1 Style fixes. by Jason Evans · 10 years ago
  28. 1036ddb Fix OOM cleanup in huge_palloc(). by Jason Evans · 10 years ago
  29. f79e01f Fix test_stats_arenas_bins for 32-bit builds. by Yuriy Kaminskiy · 10 years ago
  30. 879e76a teach the dss chunk allocator to handle new_addr by Daniel Micay · 10 years ago
  31. a213602 Remove extra definition of je_tsd_boot on win32. by Guilherme Goncalves · 10 years ago
  32. d49cb68 Fix more pointer arithmetic undefined behavior. by Jason Evans · 10 years ago
  33. 2012d5a Fix pointer arithmetic undefined behavior. by Jason Evans · 10 years ago
  34. 9cf2be0 Make quarantine_init() static. by Jason Evans · 10 years ago
  35. c002a5c Fix two quarantine regressions. by Jason Evans · 10 years ago
  36. 2b2f6dc Disable arena_dirty_count() validation. by Jason Evans · 10 years ago
  37. 82cb603 Don't dereference NULL tdata in prof_{enter,leave}(). by Jason Evans · 10 years ago
  38. d7a9bab Fix arena_sdalloc() to use promoted size (second attempt). by Jason Evans · 10 years ago
  39. 6da2e9d Fix arena_sdalloc() to use promoted size. by Jason Evans · 10 years ago
  40. dc65213 rm unused arena wrangling from xallocx by Daniel Micay · 10 years ago
  41. cfc5706 Miscellaneous cleanups. by Jason Evans · 10 years ago
  42. d33f834 avoid redundant chunk header reads by Daniel Micay · 10 years ago
  43. 809b0ac mark huge allocations as unlikely by Daniel Micay · 10 years ago
  44. c93ed81 Fix prof_{enter,leave}() calls to pass tdata_self. by Jason Evans · 10 years ago
  45. af1f592 Use JEMALLOC_INLINE_C everywhere it's appropriate. by Jason Evans · 10 years ago
  46. 1f725eb Merge pull request #154 from guilherme-pg/implicit-int by Jason Evans · 10 years ago
  47. 79725aa Fix variable declaration with no type in the configure script. by Guilherme Goncalves · 10 years ago
  48. 8f47e3d Merge pull request #151 from thestinger/ralloc by Jason Evans · 10 years ago
  49. a9ea10d use sized deallocation internally for ralloc by Daniel Micay · 10 years ago
  50. c83bccd Initialize chunks_mtx for all configurations. by Jason Evans · 10 years ago
  51. 9673983 Purge/zero sub-chunk huge allocations as necessary. by Jason Evans · 10 years ago
  52. bf8d6a1 Add small run utilization to stats output. by Jason Evans · 10 years ago
  53. acbcbad Thwart compiler optimizations. by Jason Evans · 10 years ago
  54. d1f3ab4 Fix line wrapping. by Jason Evans · 10 years ago
  55. 9b41ac9 Fix huge allocation statistics. by Jason Evans · 10 years ago
  56. 0cdabd2 Update size class documentation. by Jason Evans · 10 years ago
  57. 3c4d92e Add per size class huge allocation statistics. by Jason Evans · 10 years ago
  58. 44c97b7 Fix a prof_tctx_t/prof_tdata_t cleanup race. by Jason Evans · 10 years ago
  59. 381c23d Remove arena_dalloc_bin_run() clean page preservation. by Jason Evans · 10 years ago
  60. 81e5475 Add --with-lg-tiny-min, generalize --with-lg-quantum. by Jason Evans · 10 years ago
  61. 2eb941a Add AC_CACHE_CHECK() for pause instruction. by Jason Evans · 10 years ago
  62. 9b75677 Don't fetch tsd in a0{d,}alloc(). by Jason Evans · 10 years ago
  63. fc0b3b7 Add configure options. by Jason Evans · 10 years ago
  64. b123ddc Don't configure HAVE_SSE2. by Jason Evans · 10 years ago
  65. 57efa7b Avoid atexit(3) when possible, disable prof_final by default. by Jason Evans · 10 years ago
  66. 3a8b9b1 Fix a recursive lock acquisition regression. by Jason Evans · 10 years ago
  67. f22214a Use regular arena allocation for huge tree nodes. by Daniel Micay · 10 years ago
  68. 8bb3198 Refactor/fix arenas manipulation. by Jason Evans · 10 years ago
  69. bf40641 Fix a prof_tctx_t destruction race. by Jason Evans · 10 years ago
  70. 155bfa7 Normalize size classes. by Jason Evans · 10 years ago
  71. 3c3b3b1 Fix a docbook element nesting nit. by Jason Evans · 10 years ago
  72. a95018e Attempt to expand huge allocations in-place. by Daniel Micay · 10 years ago
  73. f11a677 Fix OOM-related regression in arena_tcache_fill_small(). by Jason Evans · 10 years ago
  74. e9a3fa2 Add missing header includes in jemalloc/jemalloc.h . by Jason Evans · 10 years ago
  75. f04a0be Fix prof regressions. by Jason Evans · 10 years ago
  76. 16854eb Don't disable tcache for lazy-lock. by Jason Evans · 10 years ago
  77. 47395a1 Avoid purging in microbench when lazy-lock is enabled. by Jason Evans · 10 years ago
  78. 0800afd Silence a compiler warning. by Jason Evans · 10 years ago
  79. 34e85b4 Make prof-related inline functions always-inline. by Jason Evans · 10 years ago
  80. 29146e9 Don't force TLS on behalf of heap profiling. by Jason Evans · 10 years ago
  81. 029d44c Fix tsd cleanup regressions. by Jason Evans · 10 years ago
  82. a4a972d Fix install_lib target (incorrect jemalloc.pc path). by Jason Evans · 10 years ago
  83. b72d4ab Skip test_prof_thread_name_validation if !config_prof. by Jason Evans · 10 years ago
  84. fc12c0b Implement/test/fix prof-related mallctl's. by Jason Evans · 10 years ago
  85. 551ebc4 Convert to uniform style: cond == false --> !cond by Jason Evans · 10 years ago
  86. ebbd0c9 Remove obsolete comment. by Jason Evans · 10 years ago
  87. 20c31de Test prof.reset mallctl and fix numerous discovered bugs. by Jason Evans · 10 years ago
  88. cc9e626 Refactor permuted backtrace test allocation. by Jason Evans · 10 years ago
  89. f803454 Implement in-place huge allocation shrinking. by Daniel Micay · 10 years ago
  90. 4dcf04b correctly detect adaptive mutexes in pthreads by Eric Wong · 10 years ago
  91. bbc5481 Merge pull request #128 from daverigby/cygwin by Jason Evans · 10 years ago
  92. 5d9732f Merge pull request #129 from daverigby/msvc_lg_floor by Jason Evans · 10 years ago
  93. e3a16fc Mark malloc_conf as a weak symbol by Dave Rigby · 10 years ago
  94. 0c5dd03 Move small run metadata into the arena chunk header. by Jason Evans · 10 years ago
  95. f97e5ac Implement compile-time bitmap size computation. by Jason Evans · 10 years ago
  96. 6ef80d6 Fix profile dumping race. by Jason Evans · 10 years ago
  97. 112704c Use MSVC intrinsics for lg_floor by Dave Rigby · 10 years ago
  98. 70bdee0 autoconf: Support cygwin in addition to mingw by Dave Rigby · 10 years ago
  99. eb5376a Add instructions for installing from non-packaged sources. by Jason Evans · 10 years ago
  100. 5460aa6 Convert all tsd variables to reside in a single tsd structure. by Jason Evans · 10 years ago