1. f674f43 Fix/refactor tcaches synchronization. by Jason Evans · 8 years ago
  2. 5a22dd0 jemalloc: apply recommended optimizations by Alex Naidis · 8 years ago
  3. bf9b018 Update to jemalloc 4.4.0. by Christopher Ferris · 8 years ago
  4. f1f7635 Merge branch 'rc-4.4.0' by Jason Evans · 8 years ago
  5. 2d1bb89 Update ChangeLog for 4.4.0. by Jason Evans · 8 years ago
  6. 145f3cd Add --disable-syscall. by Jason Evans · 8 years ago
  7. e1b2970 Update configure cache file example. by Jason Evans · 8 years ago
  8. 34a7e37 Fix pages_purge() when using MADV_DONTNEED. by Jason Evans · 8 years ago
  9. b5d0373 Merge "Do not allow jemalloc to use syscall." am: 7e19aaa8f3 by Christopher Ferris · 8 years ago
  10. 7e19aaa Merge "Do not allow jemalloc to use syscall." by Christopher Ferris · 8 years ago
  11. 7b855b3 Enable jemalloc on host bionic am: ba738bb2f2 by Dan Willemsen · 8 years ago
  12. ba738bb Enable jemalloc on host bionic by Dan Willemsen · 8 years ago
  13. 3d30b54 Merge "Allow sanitization of jemalloc." am: c4be04cc43 by Evgenii Stepanov · 8 years ago
  14. c4be04c Merge "Allow sanitization of jemalloc." by Treehugger Robot · 8 years ago
  15. d76e46d Do not allow jemalloc to use syscall. by Christopher Ferris · 8 years ago
  16. cdaebbc Allow sanitization of jemalloc. by Evgenii Stepanov · 8 years ago
  17. a05d4da Implement a more reliable detection scheme for os_unfair_lock. by John Szakmeister · 8 years ago
  18. 23cc561 Remove dss support in jemalloc. am: f9004022ba by Christopher Ferris · 8 years ago
  19. e98a620 Mark partially purged arena chunks as non-hugepage. by Jason Evans · 8 years ago
  20. fc11f3c Enable overriding JEMALLOC_{ALLOC,FREE}_JUNK. by Jason Evans · 8 years ago
  21. f900402 Remove dss support in jemalloc. by Christopher Ferris · 8 years ago
  22. 949a27f Add pthread_atfork(3) feature test. by Jason Evans · 8 years ago
  23. 62f2d84 Refactor madvise(2) configuration. by Jason Evans · 8 years ago
  24. e7ca53b Remove a residual comment. by Jason Evans · 8 years ago
  25. 0d6a472 Avoid gcc tautological-compare warnings. by Jason Evans · 8 years ago
  26. 3ea838d Avoid gcc type-limits warnings. by Jason Evans · 8 years ago
  27. 0e0fc78 jemalloc: switch to latest C standard am: 04d995d2ad by Alex Naidis · 8 years ago
  28. 04d995d jemalloc: switch to latest C standard by Alex Naidis · 8 years ago
  29. 8e3fb7f Document how to use --cache configure option. by Jason Evans · 8 years ago
  30. 2a24dc2 Revert "Add JE_RUNNABLE() and use it for os_unfair_lock_*() test." by Jason Evans · 8 years ago
  31. 6468dd5 Fix an MSVC compiler warning. by Jason Evans · 8 years ago
  32. dce5fa8 Merge remote-tracking branch 'aosp/upstream-new' into fix am: fb1f094f16 by Christopher Ferris · 8 years ago
  33. 8f61fde Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). by Jason Evans · 8 years ago
  34. 84ae603 Explicitly cast negative constants meant for use as unsigned. by Jason Evans · 8 years ago
  35. 72c587a Add cast to silence (harmless) conversion warning. by Jason Evans · 8 years ago
  36. 87004d2 Avoid negation of unsigned numbers. by Jason Evans · 8 years ago
  37. 2379479 Consistently use size_t rather than uint64_t for extent serial numbers. by Jason Evans · 8 years ago
  38. 6a71d37 Add packing test, which verifies stable layout policy. by Jason Evans · 8 years ago
  39. 5c77af9 Add extent serial numbers. by Jason Evans · 8 years ago
  40. 45f83a2 Add JE_RUNNABLE() and use it for os_unfair_lock_*() test. by Jason Evans · 8 years ago
  41. ded4f38 Reduce memory usage for sdallocx() test_alignment_and_size. by Jason Evans · 8 years ago
  42. 1aeea0f Simplify extent_quantize(). by Jason Evans · 8 years ago
  43. a2af09f Remove overly restrictive stats_cactive_{add,sub}() assertions. by Jason Evans · 8 years ago
  44. b9408d7 Fix/simplify chunk_recycle() allocation size computations. by Jason Evans · 8 years ago
  45. 2cdf07a Fix extent_quantize() to handle greater-than-huge-size extents. by Jason Evans · 8 years ago
  46. e916d55 Add configure support for *-*-linux-android. by Jason Evans · 8 years ago
  47. 092d760 Support Debian GNU/kFreeBSD. by Samuel Moritz · 8 years ago
  48. b4486dc Update config.{guess,sub} from upstream. by Jason Evans · 8 years ago
  49. fb1f094 Merge remote-tracking branch 'aosp/upstream-new' into fix by Christopher Ferris · 8 years ago
  50. 0110fa8 Merge branch 'rc-4.3.1' by Jason Evans · 8 years ago
  51. b0f5658 Update ChangeLog for 4.3.1. by Jason Evans · 8 years ago
  52. 7b8e74f Revert "Define 64-bits atomics unconditionally" by Jason Evans · 8 years ago
  53. 5d6cb6e Refactor prng to not use 64-bit atomics on 32-bit platforms. by Jason Evans · 8 years ago
  54. a4e83e8 Fix run leak. by Jason Evans · 8 years ago
  55. 9bef119 Merge branch 'rel-4.3.0' by Jason Evans · 8 years ago
  56. 8019f4c Merge branch 'rel-4.3.0' by Jason Evans · 8 years ago
  57. 23f04ef Update ChangeLog for 4.3.0. by Jason Evans · 8 years ago
  58. 28b7e42 Fix arena data structure size calculation. by Jason Evans · 8 years ago
  59. 77635bf Fixes to Visual Studio Project files by Matthew Parkinson · 8 years ago
  60. cb3ad65 Use -std=gnu11 if available. by Jason Evans · 8 years ago
  61. 213667f Update ChangeLog for 4.3.0. by Jason Evans · 8 years ago
  62. 32896a9 Fix large allocation to search optimal size class heap. by Jason Evans · 8 years ago
  63. e901263 Fix chunk_alloc_cache() to support decommitted allocation. by Jason Evans · 8 years ago
  64. dd3ed23 Update symbol mangling. by Jason Evans · 8 years ago
  65. 1ceae2f Update ChangeLog for 4.3.0. by Jason Evans · 8 years ago
  66. 62de768 Update project URL. by Jason Evans · 8 years ago
  67. 6c56e19 Check for existance of CPU_COUNT macro before using it. by Dave Watson · 8 years ago
  68. eca3bc0 Fix sycall(2) configure test for Linux. by Jason Evans · 8 years ago
  69. da206df Do not use syscall(2) on OS X 10.12 (deprecated). by Jason Evans · 8 years ago
  70. 3f2b8d9 Add os_unfair_lock support. by Jason Evans · 8 years ago
  71. a99e0fa Fix/refactor zone allocator integration code. by Jason Evans · 8 years ago
  72. 31db315 Call _exit(2) rather than exit(3) in forked child. by Jason Evans · 8 years ago
  73. 07ee4c5 Force no lazy-lock on Windows. by Jason Evans · 8 years ago
  74. f19bedb Use <quote>...</quote> rather than &ldquo;...&rdquo; or "..." in XML. by Jason Evans · 8 years ago
  75. b599b32 Add "J" (JSON) support to malloc_stats_print(). by Jason Evans · 8 years ago
  76. 4752a54 Refactor witness_unlock() to fix undefined test behavior. by Jason Evans · 8 years ago
  77. 1d57c03 Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW. by Jason Evans · 8 years ago
  78. c443b67 Use syscall(2) rather than {open,read,close}(2) during boot. by Jason Evans · 8 years ago
  79. 35a108c Fix EXTRA_CFLAGS to not affect configuration. by Jason Evans · 8 years ago
  80. e46f8f9 Do not mark malloc_conf as weak on Windows. by Jason Evans · 8 years ago
  81. 35799a5 Do not mark malloc_conf as weak for unit tests. by Jason Evans · 8 years ago
  82. ed84764 Support static linking of jemalloc with glibc by Dave Watson · 8 years ago
  83. b99c72f Reduce memory requirements for regression tests. by Jason Evans · 8 years ago
  84. eaecaad Periodically purge in memory-intensive integration tests. by Jason Evans · 8 years ago
  85. 2c53faf Periodically purge in memory-intensive integration tests. by Jason Evans · 8 years ago
  86. e7d6779 Only link with libm (-lm) if necessary. by Jason Evans · 8 years ago
  87. 875ff15 Only use --whole-archive with gcc. by Jason Evans · 8 years ago
  88. 1eb801b Do not force lazy lock on Windows. by Jason Evans · 8 years ago
  89. dc553d5 Fix over-sized allocation of rtree leaf nodes. by Jason Evans · 8 years ago
  90. 5569b4a Use --whole-archive when linking integration tests on MinGW. by Jason Evans · 8 years ago
  91. 962a297 Do not (recursively) allocate within tsd_fetch(). by Jason Evans · 8 years ago
  92. e2bcf03 Make dss operations lockless. by Jason Evans · 8 years ago
  93. 9737685 Add/use adaptive spinning. by Jason Evans · 8 years ago
  94. a2539fa Disallow 0x5a junk filling when running in Valgrind. by Jason Evans · 8 years ago
  95. d419bb0 Fix and simplify decay-based purging. by Jason Evans · 8 years ago
  96. a14712b Fix decay tests to all adapt to nstime_monotonic(). by Jason Evans · 8 years ago
  97. 45a5bf6 Do not advance decay epoch when time goes backwards. by Jason Evans · 8 years ago
  98. 94e7ffa Refactor arena->decay_* into arena->decay.* (arena_decay_t). by Jason Evans · 8 years ago
  99. b732c39 Refine nstime_update(). by Jason Evans · 8 years ago
  100. 5d8db15 Simplify run quantization. by Jason Evans · 8 years ago