1. 8d8960f Fix potential chunk leaks. by Jason Evans · 8 years ago
  2. b40253a typecast address to pointer to byte to avoid unaligned memory access error by Rajeev Misra · 8 years ago
  3. c3ab904 Fix stack corruption and uninitialized var warning by Dmitri Smirnov · 8 years ago
  4. 7798c7a Fix MSVC project and improve MSVC lib naming (v140 -> vc140) by rustyx · 8 years ago
  5. 61111fe Remove errno overrides. by Dmitri Smirnov · 8 years ago
  6. df900db Merge branch 'dev' by Jason Evans · 8 years ago
  7. 3a34261 Update ChangeLog for 4.1.0. by Jason Evans · 8 years ago
  8. e270a8f Make test_threads more generic by rustyx · 8 years ago
  9. e025c51 Update ChangeLog. by Jason Evans · 8 years ago
  10. 7d30554 Fix decay tests for --disable-tcache case. by Jason Evans · 8 years ago
  11. 39f5875 Fix a potential tsd cleanup leak. by Jason Evans · 8 years ago
  12. 3c07f80 Fix stats.arenas.<i>.[...] for --disable-stats case. by Jason Evans · 8 years ago
  13. fd48582 Fix decay tests for --disable-stats case. by Jason Evans · 8 years ago
  14. 69acd25 Add/alphabetize private symbols. by Jason Evans · 8 years ago
  15. 40ee9aa Fix stats.cactive accounting regression. by Jason Evans · 8 years ago
  16. 14be4a7 Update ChangeLog in preparation for 4.1.0. by Jason Evans · 8 years ago
  17. 3763d3b Refactor arena_cactive_update() into arena_cactive_{add,sub}(). by Jason Evans · 8 years ago
  18. a62e94c Remove invalid tests. by Jason Evans · 8 years ago
  19. d412624 Move retaining out of default chunk hooks by buchgr · 9 years ago
  20. 20fad34 Refactor some bitmap cpp logic. by Jason Evans · 8 years ago
  21. b8823ab Use linear scan for small bitmaps by Dave Watson · 8 years ago
  22. 01ecdf3 Miscellaneous bitmap refactoring. by Jason Evans · 8 years ago
  23. 4c4ee29 Improve test_threads performance by rustyx · 8 years ago
  24. ebd00e9 Fix MSVC project by rustyx · 8 years ago
  25. 42ce80e Silence miscellaneous 64-to-32-bit data loss warnings. by Jason Evans · 8 years ago
  26. 8282a2a Remove a superfluous comment. by Jason Evans · 8 years ago
  27. 9d2c10f Add more HUGE_MAXCLASS overflow checks. by Jason Evans · 8 years ago
  28. e3195fa Cast PTRDIFF_MAX to size_t before adding 1. by Jason Evans · 8 years ago
  29. 0c516a0 Make *allocx() size class overflow behavior defined. by Jason Evans · 8 years ago
  30. 767d850 Refactor arenas array (fixes deadlock). by Jason Evans · 8 years ago
  31. 3812729 Fix arena_size computation. by Dave Watson · 8 years ago
  32. cd86c14 Fix arena_run_first_best_fit by Dave Watson · 8 years ago
  33. c7a9a6c Attempt mmap-based in-place huge reallocation. by Jason Evans · 8 years ago
  34. 5ec703d Document the heap profile format. by Jason Evans · 8 years ago
  35. f591d26 Update manual to reflect removal of global huge object tree. by Jason Evans · 8 years ago
  36. aa63d5d Fix ffs_zu() compilation error on MinGW. by Jason Evans · 8 years ago
  37. ca8fffb Silence miscellaneous 64-to-32-bit data loss warnings. by Jason Evans · 8 years ago
  38. b3d0070 Compile with -Wshorten-64-to-32. by Jason Evans · 8 years ago
  39. 9e1810c Silence miscellaneous 64-to-32-bit data loss warnings. by Jason Evans · 8 years ago
  40. 1c42a04 Change lg_floor() return type from size_t to unsigned. by Jason Evans · 8 years ago
  41. 0931cec Use ssize_t for readlink() rather than int. by Jason Evans · 8 years ago
  42. 8f683b9 Make opt_narenas unsigned rather than size_t. by Jason Evans · 8 years ago
  43. 603b3bd Make nhbins unsigned rather than size_t. by Jason Evans · 8 years ago
  44. 8dd5115 Explicitly cast mib[] elements to unsigned where appropriate. by Jason Evans · 8 years ago
  45. 9f4ee60 Refactor jemalloc_ffs*() into ffs_*(). by Jason Evans · 8 years ago
  46. b41a07c Fix Windows build issues by Dmitri Smirnov · 8 years ago
  47. ae45142 Collapse arena_avail_tree_* into arena_run_tree_*. by Jason Evans · 8 years ago
  48. 3417a30 Separate arena_avail trees by Dave Watson · 8 years ago
  49. 2b1fc90 Remove rbt_nil by Dave Watson · 8 years ago
  50. 0da8ce1 Use table lookup for run_quantize_{floor,ceil}(). by Jason Evans · 8 years ago
  51. 08551ee Fix run_quantize_ceil(). by Jason Evans · 8 years ago
  52. a9a4684 Test run quantization. by Jason Evans · 8 years ago
  53. 817d903 Indentation style cleanup. by Jason Evans · 8 years ago
  54. 9bad079 Refactor time_* into nstime_*. by Jason Evans · 8 years ago
  55. 788d29d Fix Windows-specific prof-related compilation portability issues. by Jason Evans · 8 years ago
  56. fd9cd7a Fix time_update() to compile and work on MinGW. by Jason Evans · 8 years ago
  57. 56139dc Remove _WIN32-specific struct timespec declaration. by Jason Evans · 8 years ago
  58. ecae123 Fix overflow in prng_range(). by Jason Evans · 8 years ago
  59. aac93f4 Add symbol mangling for prng_[lg_]range(). by Jason Evans · 8 years ago
  60. 984c64f Add MS Visual Studio 2015 support by rustyx · 9 years ago
  61. 3c2c5a5 Fix warning in ipalloc by rustyx · 9 years ago
  62. efbee86 Prevent MSVC from optimizing away tls_callback (resolves #318) by rustyx · 9 years ago
  63. 7f28398 getpid() fix for Win32 by rustyx · 9 years ago
  64. 90c7269 Add CPU "pause" intrinsic for MSVC by rustyx · 9 years ago
  65. bc49863 Fix error "+ 2")syntax error: invalid arithmetic operator (error token is " in Cygwin x64 by rustyx · 9 years ago
  66. 46e0b23 Detect LG_SIZEOF_PTR depending on MSVC platform target by rustyx · 9 years ago
  67. effaf7d Fix a typo in the ckh_search() prototype. by Christopher Ferris · 8 years ago
  68. a0aaad1 Handle unaligned keys in hash(). by Jason Evans · 8 years ago
  69. 9f24c94 Increase test coverage in test_decay_ticks. by Jason Evans · 8 years ago
  70. 243f7a0 Implement decay-based unused dirty page purging. by Jason Evans · 8 years ago
  71. 8e82af1 Implement smoothstep table generation. by Jason Evans · 9 years ago
  72. 1a4ad3c Refactor out arena_compute_npurge(). by Jason Evans · 8 years ago
  73. db927b6 Refactor arenas_cache tsd. by Jason Evans · 8 years ago
  74. 4985dc6 Refactor arena_ralloc_no_move(). by Jason Evans · 8 years ago
  75. 578cd16 Refactor arena_malloc_hard() out of arena_malloc(). by Jason Evans · 8 years ago
  76. 34676d3 Refactor prng* from cpp macros into inline functions. by Jason Evans · 9 years ago
  77. c87ab25 Use ticker for incremental tcache GC. by Jason Evans · 9 years ago
  78. 9998000 Implement ticker. by Jason Evans · 9 years ago
  79. 94451d1 Flesh out time_*() API. by Jason Evans · 8 years ago
  80. e5d5a4a Add time_update(). by Cameron Evans · 9 years ago
  81. f829009 Add --with-malloc-conf. by Jason Evans · 9 years ago
  82. ef349f3 Fix arena_sdalloc() line wrapping. by Jason Evans · 8 years ago
  83. 49931bd Fix test_stats_arenas_summary fragility. by Jason Evans · 8 years ago
  84. b24f74b Don't rely on unpurged chunks in xallocx() test. by Jason Evans · 8 years ago
  85. 109712b Fix a documentation editing error. by Jason Evans · 8 years ago
  86. d1acd1b Pass retain and exclude parameters to /pprof/symbol. by Jason Evans · 9 years ago
  87. f459d5a Detect failed profile fetches by Dave Watson · 9 years ago
  88. fdbb950 Don't discard curl options if timeout is not defined. by Dave Watson · 9 years ago
  89. 9cb481a Call malloc_test_boot0() from malloc_init_hard_recursible(). by Cosmin Paraschiv · 9 years ago
  90. 43de1b3 Implement --retain and --exclude in jeprof. by Jason Evans · 9 years ago
  91. 3a92319 Use AC_CONFIG_AUX_DIR([build-aux]). by Jason Evans · 9 years ago
  92. f9e3459 Tweak code to allow compilation of concatenated src/*.c sources. by Jason Evans · 9 years ago
  93. a6ec1c8 Fix a comment. by Jason Evans · 9 years ago
  94. ea59ebf Reuse previously computed value by Dmitry-Me · 9 years ago
  95. f4a0f32 Fast-path improvement: reduce # of branches and unnecessary operations. by Qi Wang · 9 years ago
  96. 710ca11 Add test for tree destruction by Joshua Kahn · 9 years ago
  97. e8ab0ab Add function to destroy tree by Joshua Kahn · 9 years ago
  98. 13b4015 Allow const keys for lookup by Joshua Kahn · 9 years ago
  99. bd418ce Assert compact color bit is unused by Steve Dougherty · 9 years ago
  100. f97298b Remove arena_run_dalloc_decommit(). by Mike Hommey · 9 years ago