1. bf9b018 Update to jemalloc 4.4.0. by Christopher Ferris · 7 years ago
  2. e98a620 Mark partially purged arena chunks as non-hugepage. by Jason Evans · 8 years ago
  3. 8f61fde Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). by Jason Evans · 8 years ago
  4. 84ae603 Explicitly cast negative constants meant for use as unsigned. by Jason Evans · 8 years ago
  5. 72c587a Add cast to silence (harmless) conversion warning. by Jason Evans · 8 years ago
  6. 6a71d37 Add packing test, which verifies stable layout policy. by Jason Evans · 8 years ago
  7. ded4f38 Reduce memory usage for sdallocx() test_alignment_and_size. by Jason Evans · 8 years ago
  8. fb1f094 Merge remote-tracking branch 'aosp/upstream-new' into fix by Christopher Ferris · 8 years ago
  9. 5d6cb6e Refactor prng to not use 64-bit atomics on 32-bit platforms. by Jason Evans · 8 years ago
  10. a4e83e8 Fix run leak. by Jason Evans · 8 years ago
  11. 3f2b8d9 Add os_unfair_lock support. by Jason Evans · 8 years ago
  12. 31db315 Call _exit(2) rather than exit(3) in forked child. by Jason Evans · 8 years ago
  13. b99c72f Reduce memory requirements for regression tests. by Jason Evans · 8 years ago
  14. eaecaad Periodically purge in memory-intensive integration tests. by Jason Evans · 8 years ago
  15. 2c53faf Periodically purge in memory-intensive integration tests. by Jason Evans · 8 years ago
  16. 962a297 Do not (recursively) allocate within tsd_fetch(). by Jason Evans · 8 years ago
  17. e2bcf03 Make dss operations lockless. by Jason Evans · 8 years ago
  18. a14712b Fix decay tests to all adapt to nstime_monotonic(). by Jason Evans · 8 years ago
  19. 45a5bf6 Do not advance decay epoch when time goes backwards. by Jason Evans · 8 years ago
  20. f193fd8 Refactor runs_avail. by Jason Evans · 8 years ago
  21. 1abb49f Implement pz2ind(), pind2sz(), and psz2u(). by Jason Evans · 8 years ago
  22. 50a865e Work around a weird pgi bug in test/unit/math.c by Elliot Ronaghan · 8 years ago
  23. 3545247 Updates to generated files for 4.2.1 release. by Christopher Ferris · 8 years ago
  24. 5ab62bd Merge remote-tracking branch 'aosp/upstream-release' into fix by Christopher Ferris · 8 years ago
  25. 3a9ec67 Disable junk filling for tests that could otherwise easily OOM. by Jason Evans · 8 years ago
  26. c1e00ef Resolve bootstrapping issues when embedded in FreeBSD libc. by Jason Evans · 8 years ago
  27. 0c12dca Fix tsd bootstrapping for a0malloc(). by Jason Evans · 8 years ago
  28. 1eb46ab Don't test fork() on Windows. by Jason Evans · 8 years ago
  29. 9aa1543 Update mallocx() OOM test to deal with smaller hugemax. by Jason Evans · 8 years ago
  30. 108c4a1 Fix witness/fork() interactions. by Jason Evans · 8 years ago
  31. 174c0c3 Fix fork()-related lock rank ordering reversals. by Jason Evans · 8 years ago
  32. 0d970a0 Use separate arena for chunk tests. by Jason Evans · 8 years ago
  33. 2fe64d2 Fix arena_reset() test to avoid tcache. by Jason Evans · 8 years ago
  34. 19ff2ce Implement the arena.<i>.reset mallctl. by Jason Evans · 8 years ago
  35. 1423ee9 Fix style nits. by Jason Evans · 8 years ago
  36. b2c0d63 Add witness, a simple online locking validator. by Jason Evans · 8 years ago
  37. bab58ef Fix more 64-to-32 conversion warnings. by Jason Evans · 8 years ago
  38. 96aa67a Clean up char vs. uint8_t in junk filling code. by Jason Evans · 8 years ago
  39. c6a2c39 Refactor/fix ph. by Jason Evans · 8 years ago
  40. a3c4193 Fix a compilation warning in the ph test code. by Jason Evans · 8 years ago
  41. a82070e Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros by Chris Peterson · 8 years ago
  42. ff63dca Avoid blindly enabling assertions for header code when testing. by Jason Evans · 8 years ago
  43. f6bd2e5 Code formatting fixes. by Jason Evans · 8 years ago
  44. 22af74e Refactor out signed/unsigned comparisons. by Jason Evans · 8 years ago
  45. 824b947 Add (size_t) casts to MALLOCX_ALIGN(). by Jason Evans · 8 years ago
  46. 34dca56 Unittest for pairing heap by Dave Watson · 8 years ago
  47. 473a185 Update generated files for 4.1.0 update. by Christopher Ferris · 8 years ago
  48. fb9c9c8 Merge remote-tracking branch 'aosp/upstream-dev' into merge by Christopher Ferris · 8 years ago
  49. 0978b5e Revert "Fix the ckh unit test." by Christopher Ferris · 8 years ago
  50. 33184bf Fix stack corruption and uninitialized var warning by Dmitri Smirnov · 8 years ago
  51. 7d30554 Fix decay tests for --disable-tcache case. by Jason Evans · 8 years ago
  52. 3c07f80 Fix stats.arenas.<i>.[...] for --disable-stats case. by Jason Evans · 8 years ago
  53. fd48582 Fix decay tests for --disable-stats case. by Jason Evans · 8 years ago
  54. a62e94c Remove invalid tests. by Jason Evans · 8 years ago
  55. 01ecdf3 Miscellaneous bitmap refactoring. by Jason Evans · 8 years ago
  56. e3195fa Cast PTRDIFF_MAX to size_t before adding 1. by Jason Evans · 8 years ago
  57. 0c516a0 Make *allocx() size class overflow behavior defined. by Jason Evans · 8 years ago
  58. 9e1810c Silence miscellaneous 64-to-32-bit data loss warnings. by Jason Evans · 8 years ago
  59. 8f683b9 Make opt_narenas unsigned rather than size_t. by Jason Evans · 8 years ago
  60. b41a07c Fix Windows build issues by Dmitri Smirnov · 8 years ago
  61. 2b1fc90 Remove rbt_nil by Dave Watson · 8 years ago
  62. 0da8ce1 Use table lookup for run_quantize_{floor,ceil}(). by Jason Evans · 8 years ago
  63. a9a4684 Test run quantization. by Jason Evans · 8 years ago
  64. 9bad079 Refactor time_* into nstime_*. by Jason Evans · 8 years ago
  65. a0aaad1 Handle unaligned keys in hash(). by Jason Evans · 8 years ago
  66. 9f24c94 Increase test coverage in test_decay_ticks. by Jason Evans · 8 years ago
  67. 243f7a0 Implement decay-based unused dirty page purging. by Jason Evans · 8 years ago
  68. 8e82af1 Implement smoothstep table generation. by Jason Evans · 8 years ago
  69. 34676d3 Refactor prng* from cpp macros into inline functions. by Jason Evans · 8 years ago
  70. 9998000 Implement ticker. by Jason Evans · 8 years ago
  71. 94451d1 Flesh out time_*() API. by Jason Evans · 8 years ago
  72. e5d5a4a Add time_update(). by Cameron Evans · 8 years ago
  73. f829009 Add --with-malloc-conf. by Jason Evans · 8 years ago
  74. 49931bd Fix test_stats_arenas_summary fragility. by Jason Evans · 8 years ago
  75. b24f74b Don't rely on unpurged chunks in xallocx() test. by Jason Evans · 8 years ago
  76. 6ab5f60 Add je_iterate, je_malloc_disable, and je_malloc_enable by Colin Cross · 8 years ago
  77. 14d6af1 Fix the ckh unit test. by Christopher Ferris · 8 years ago
  78. 6be84e0 Merge remote-tracking branch 'aosp/upstream-dev' into merge by Christopher Ferris · 8 years ago
  79. 710ca11 Add test for tree destruction by Joshua Kahn · 9 years ago
  80. 13b4015 Allow const keys for lookup by Joshua Kahn · 9 years ago
  81. fed1f9f Fix intermittent xallocx() test failures. by Jason Evans · 9 years ago
  82. 044047f Remove fragile xallocx() test case. by Jason Evans · 9 years ago
  83. 03eb37e Make mallocx() OOM test more robust. by Jason Evans · 9 years ago
  84. d260f44 Fix xallocx(..., MALLOCX_ZERO) bugs. by Jason Evans · 9 years ago
  85. 2152329 Add mallocx() OOM tests. by Jason Evans · 9 years ago
  86. 65b940a Loosen expected xallocx() results. by Jason Evans · 9 years ago
  87. aca490f Add more xallocx() overflow tests. by Jason Evans · 9 years ago
  88. 6f50cbc Regenerate files and re-add android changes. by Christopher Ferris · 9 years ago
  89. 676df88 Rename arena_maxclass to large_maxclass. by Jason Evans · 9 years ago
  90. 560a4e1 Fix xallocx() bugs. by Jason Evans · 9 years ago
  91. a00b107 Fix "prof.reset" mallctl-related corruption. by Jason Evans · 9 years ago
  92. 36629d2 Merge remote-tracking branch 'aosp/upstream-dev' into merge by Christopher Ferris · 9 years ago
  93. 594c759 Optimize arena_prof_tctx_set(). by Jason Evans · 9 years ago
  94. 4a2a3c9 Don't purge junk filled chunks when shrinking huge allocations by Mike Hommey · 9 years ago
  95. 45e9f66 Fix arenas_cache_cleanup(). by Christopher Ferris · 9 years ago
  96. d01fd19 Rename index_t to szind_t to avoid an existing type on Solaris. by Jason Evans · 9 years ago
  97. 828d919 Fix test for MinGW. by Jason Evans · 9 years ago
  98. 38d8f50 Fix assertion in test. by Jason Evans · 9 years ago
  99. 03bf5b6 Try to decommit new chunks. by Jason Evans · 9 years ago
  100. 4be0c3c Add no-OOM assertions to test. by Jason Evans · 9 years ago