1. fbe3015 Update ChangeLog for 4.4.0. by Jason Evans · 7 years ago main master upstream/dev
  2. acb7b1f Add --disable-syscall. by Jason Evans · 7 years ago
  3. 7179351 Update configure cache file example. by Jason Evans · 7 years ago
  4. eb29d7e Implement a more reliable detection scheme for os_unfair_lock. by John Szakmeister · 7 years ago
  5. 3212794 Enable overriding JEMALLOC_{ALLOC,FREE}_JUNK. by Jason Evans · 7 years ago
  6. c3b85f2 Style fixes. by Jason Evans · 7 years ago
  7. 5234be2 Add pthread_atfork(3) feature test. by Jason Evans · 7 years ago
  8. fda60be Update a comment. by Jason Evans · 7 years ago
  9. a64123c Refactor madvise(2) configuration. by Jason Evans · 7 years ago
  10. f7ca1c9 Remove a residual comment. by Jason Evans · 7 years ago
  11. aec5a05 Avoid gcc type-limits warnings. by Jason Evans · 7 years ago
  12. 95974c0 Remove size_t -> unsigned -> size_t conversion. by Maks Naumov · 7 years ago
  13. 9b94c01 Document how to use --cache configure option. by Jason Evans · 7 years ago
  14. 4066b4e Revert "Add JE_RUNNABLE() and use it for os_unfair_lock_*() test." by Jason Evans · 7 years ago
  15. 8a4528b Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). by Jason Evans · 7 years ago
  16. 2c95154 Add packing test, which verifies stable layout policy. by Jason Evans · 7 years ago
  17. a38acf7 Add extent serial numbers. by Jason Evans · 7 years ago
  18. c0a6671 Fix arena_reset() crashing bug. by Jason Evans · 7 years ago
  19. a2e601a Add JE_RUNNABLE() and use it for os_unfair_lock_*() test. by Jason Evans · 7 years ago
  20. c25e711 Reduce memory usage for sdallocx() test_alignment_and_size. by Jason Evans · 7 years ago
  21. 32d69e9 Add configure support for *-*-linux-android. by Jason Evans · 7 years ago
  22. c233dd5 Update config.{guess,sub} from upstream. by Jason Evans · 7 years ago
  23. 85dae2f Update ChangeLog for 4.3.1. by Jason Evans · 8 years ago
  24. 5e0373c Fix test_prng_lg_range_zu() to work on 32-bit systems. by Jason Evans · 8 years ago
  25. cda59f9 Rename atomic_*_{uint32,uint64,u}() to atomic_*_{u32,u64,zu}(). by Jason Evans · 8 years ago
  26. 2e46b13 Revert "Define 64-bits atomics unconditionally" by Jason Evans · 8 years ago
  27. 04b4635 Refactor prng to not use 64-bit atomics on 32-bit platforms. by Jason Evans · 8 years ago
  28. e0a9e78 Update ChangeLog for 4.3.0. by Jason Evans · 8 years ago
  29. d30b3ea Fixes to Visual Studio Project files by Matthew Parkinson · 8 years ago
  30. 6d2a57c Use -std=gnu11 if available. by Jason Evans · 8 years ago
  31. 0760876 Update ChangeLog for 4.3.0. by Jason Evans · 8 years ago
  32. a967fae Fix/simplify extent_recycle() allocation size computations. by Jason Evans · 8 years ago
  33. 4a78521 Fix extent_recycle()'s cache-oblivious padding support. by Jason Evans · 8 years ago
  34. ea9961a Fix psz/pind edge cases. by Jason Evans · 8 years ago
  35. 8dd5ea8 Fix extent_alloc_cache[_locked]() to support decommitted allocation. by Jason Evans · 8 years ago
  36. 4f7d8c2 Update symbol mangling. by Jason Evans · 8 years ago
  37. 04e1328 Update ChangeLog for 4.3.0. by Jason Evans · 8 years ago
  38. 69f027b Support Debian GNU/kFreeBSD. by Samuel Moritz · 8 years ago
  39. 25f7bbc Fix long spinning in rtree_node_init by Dave Watson · 8 years ago
  40. 712fde7 Check for existance of CPU_COUNT macro before using it. by Dave Watson · 8 years ago
  41. 83ebf2f Fix sycall(2) configure test for Linux. by Jason Evans · 8 years ago
  42. d82f2b3 Do not use syscall(2) on OS X 10.12 (deprecated). by Jason Evans · 8 years ago
  43. 795f668 Add os_unfair_lock support. by Jason Evans · 8 years ago
  44. d9f7b2a Fix/refactor zone allocator integration code. by Jason Evans · 8 years ago
  45. b54072d Call _exit(2) rather than exit(3) in forked child. by Jason Evans · 8 years ago
  46. eee1ca6 Force no lazy-lock on Windows. by Jason Evans · 8 years ago
  47. 7b0a8b7 malloc_stats_print() fixes/cleanups. by Jason Evans · 8 years ago
  48. 2a2d1b6 Use <quote>...</quote> rather than &ldquo;...&rdquo; or "..." in XML. by Jason Evans · 8 years ago
  49. 0ba5b9b Add "J" (JSON) support to malloc_stats_print(). by Jason Evans · 8 years ago
  50. b93f63b Fix extent_rtree acquire() to release element on error. by Jason Evans · 8 years ago
  51. 90b60ee Add an assertion in witness_owner(). by Jason Evans · 8 years ago
  52. 6a834d9 Refactor witness_unlock() to fix undefined test behavior. by Jason Evans · 8 years ago
  53. 6c80321 Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW. by Jason Evans · 8 years ago
  54. d87037a Use syscall(2) rather than {open,read,close}(2) during boot. by Jason Evans · 8 years ago
  55. af0e28f Fix EXTRA_CFLAGS to not affect configuration. by Jason Evans · 8 years ago
  56. 1dcd0aa Do not mark malloc_conf as weak on Windows. by Jason Evans · 8 years ago
  57. 6ec2d8e Do not mark malloc_conf as weak for unit tests. by Jason Evans · 8 years ago
  58. 8309388 Support static linking of jemalloc with glibc by Dave Watson · 8 years ago
  59. bde815d Reduce memory requirements for regression tests. by Jason Evans · 8 years ago
  60. 970d293 Periodically purge in memory-intensive integration tests. by Jason Evans · 8 years ago
  61. 963289d Periodically purge in memory-intensive integration tests. by Jason Evans · 8 years ago
  62. 68e14c9 Fix over-sized allocation of rtree leaf nodes. by Jason Evans · 8 years ago
  63. 977103c Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). by Jason Evans · 8 years ago
  64. 44df4a4 Explicitly cast negative constants meant for use as unsigned. by Jason Evans · 8 years ago
  65. 17aa187 Add cast to silence (harmless) conversion warning. by Jason Evans · 8 years ago
  66. 48d4adf Avoid negation of unsigned numbers. by Jason Evans · 8 years ago
  67. d76cfec Only link with libm (-lm) if necessary. by Jason Evans · 8 years ago
  68. c44fa92 Only use --whole-archive with gcc. by Jason Evans · 8 years ago
  69. 583c32c Do not force lazy lock on Windows. by Jason Evans · 8 years ago
  70. 7b24c6e Use --whole-archive when linking integration tests on MinGW. by Jason Evans · 8 years ago
  71. b54d160 Do not (recursively) allocate within tsd_fetch(). by Jason Evans · 8 years ago
  72. 577d457 Make dss operations lockless. by Jason Evans · 8 years ago
  73. e5effef Add/use adaptive spinning. by Jason Evans · 8 years ago
  74. 9acd5cf Remove all vestiges of chunks. by Jason Evans · 8 years ago
  75. 63b5657 Remove ratio-based purging. by Jason Evans · 8 years ago
  76. b4b4a77 Fix and simplify decay-based purging. by Jason Evans · 8 years ago
  77. 48993ed Fix decay tests to all adapt to nstime_monotonic(). by Jason Evans · 8 years ago
  78. 5f11fb7 Do not advance decay epoch when time goes backwards. by Jason Evans · 8 years ago
  79. ee0c74b Refactor arena->decay_* into arena->decay.* (arena_decay_t). by Jason Evans · 8 years ago
  80. e0164bc Refine nstime_update(). by Jason Evans · 8 years ago
  81. b6c0867 Reduce "thread.arena" mallctl contention. by Jason Evans · 8 years ago
  82. a5a8d7a Remove a size class assertion from extent_size_quantize_floor(). by Jason Evans · 8 years ago
  83. 871a949 Fix size class overflow bugs. by Jason Evans · 8 years ago
  84. d51139c Verify extent hook functions receive correct extent_hooks pointer. by Jason Evans · 8 years ago
  85. 42e79c5 Update extent hook function prototype comments. by Jason Evans · 8 years ago
  86. 3c8c3e9 Close file descriptor after reading "/proc/sys/vm/overcommit_memory". by Jason Evans · 8 years ago
  87. ea68cd2 use install command determined by configure by Thomas Köckerbauer · 8 years ago
  88. 020c328 Readme.txt error for building in the Windows by Bai · 8 years ago
  89. df0d273 Fix LG_QUANTUM definition for sparc64 by Eric Le Bihan · 8 years ago
  90. 5ff1839 Formatting fixes. by Jason Evans · 8 years ago
  91. c096ccf Fix a bug in __builtin_unreachable configure check by Elliot Ronaghan · 8 years ago
  92. 61f467e Avoid self assignment in tsd_set(). by Jason Evans · 8 years ago
  93. 0222fb4 Add various mutex ownership assertions. by Jason Evans · 8 years ago
  94. 73868b6 Fix extent_{before,last,past}() to return page-aligned results. by Jason Evans · 8 years ago
  95. e3187ec Fix large_dalloc_impl() to always lock large_mtx. by Jason Evans · 8 years ago
  96. fd96974 Add new_addr validation in extent_recycle(). by Jason Evans · 8 years ago
  97. f6d01ff Protect extents_dirty access with extents_mtx. by Jason Evans · 8 years ago
  98. bc49157 Fix extent_recycle() to exclude other arenas' extents. by Jason Evans · 8 years ago
  99. 1cb399b Fix arena_bind(). by Qi Wang · 8 years ago
  100. 17c4b8d Fix -Wundef in _MSC_VER check. by Josh Gao · 8 years ago