1. b99c72f Reduce memory requirements for regression tests. by Jason Evans · 8 years ago
  2. eaecaad Periodically purge in memory-intensive integration tests. by Jason Evans · 8 years ago
  3. 2c53faf Periodically purge in memory-intensive integration tests. by Jason Evans · 8 years ago
  4. e7d6779 Only link with libm (-lm) if necessary. by Jason Evans · 8 years ago
  5. 875ff15 Only use --whole-archive with gcc. by Jason Evans · 8 years ago
  6. 1eb801b Do not force lazy lock on Windows. by Jason Evans · 8 years ago
  7. dc553d5 Fix over-sized allocation of rtree leaf nodes. by Jason Evans · 8 years ago
  8. 5569b4a Use --whole-archive when linking integration tests on MinGW. by Jason Evans · 8 years ago
  9. 962a297 Do not (recursively) allocate within tsd_fetch(). by Jason Evans · 8 years ago
  10. e2bcf03 Make dss operations lockless. by Jason Evans · 8 years ago
  11. 9737685 Add/use adaptive spinning. by Jason Evans · 8 years ago
  12. a2539fa Disallow 0x5a junk filling when running in Valgrind. by Jason Evans · 8 years ago
  13. d419bb0 Fix and simplify decay-based purging. by Jason Evans · 8 years ago
  14. a14712b Fix decay tests to all adapt to nstime_monotonic(). by Jason Evans · 8 years ago
  15. 45a5bf6 Do not advance decay epoch when time goes backwards. by Jason Evans · 8 years ago
  16. 94e7ffa Refactor arena->decay_* into arena->decay.* (arena_decay_t). by Jason Evans · 8 years ago
  17. b732c39 Refine nstime_update(). by Jason Evans · 8 years ago
  18. 5d8db15 Simplify run quantization. by Jason Evans · 8 years ago
  19. f193fd8 Refactor runs_avail. by Jason Evans · 8 years ago
  20. 1abb49f Implement pz2ind(), pind2sz(), and psz2u(). by Jason Evans · 8 years ago
  21. bcd5424 Use TSDN_NULL rather than NULL as appropriate. by Jason Evans · 8 years ago
  22. c19b48f Fix a typo. by Jason Evans · 8 years ago
  23. af33e9a Define 64-bits atomics unconditionally by Mike Hommey · 8 years ago
  24. 79647fe Close file descriptor after reading "/proc/sys/vm/overcommit_memory". by Jason Evans · 8 years ago
  25. 3bb044c Add an AppVeyor config by Mike Hommey · 8 years ago
  26. 43d4d7c Add Travis-CI configuration by Mike Hommey · 8 years ago
  27. 92009b1 use install command determined by configure by Thomas Köckerbauer · 8 years ago
  28. 15da5f5 Readme.txt error for building in the Windows by Bai · 8 years ago
  29. b54c0c2 Fix LG_QUANTUM definition for sparc64 by Eric Le Bihan · 8 years ago
  30. c128167 Disable irrelevant Cray compiler warnings if cc-silence is enabled by Elliot Ronaghan · 8 years ago
  31. 4b52518 Add Cray compiler's equivalent of -Werror before __attribute__ checks by Elliot Ronaghan · 8 years ago
  32. 1d42a99 Disable automatic dependency generation for the Cray compiler by Elliot Ronaghan · 8 years ago
  33. 8701bc7 Add initial support for building with the cray compiler by Elliot Ronaghan · 8 years ago
  34. b770d2d Fix librt detection when using a Cray compiler wrapper by Elliot Ronaghan · 8 years ago
  35. 3573fb9 Add -dynamic for integration and stress tests with Cray compiler wrappers by Elliot Ronaghan · 8 years ago
  36. 5acef86 Don't use compact red-black trees with the pgi compiler by Elliot Ronaghan · 8 years ago
  37. 50a865e Work around a weird pgi bug in test/unit/math.c by Elliot Ronaghan · 8 years ago
  38. 57cddff Formatting fixes. by Jason Evans · 8 years ago
  39. 11b5da7 Change how the default zone is found by Mike Hommey · 8 years ago
  40. 38a96f0 Fix a bug in __builtin_unreachable configure check by Elliot Ronaghan · 8 years ago
  41. d1207f0 Check for __builtin_unreachable at configure time by Elliot Ronaghan · 8 years ago
  42. a6a8e40 Fix a valgrind regression in chunk_recycle() by Elliot Ronaghan · 8 years ago
  43. 57ed894 Fix arena_bind(). by Qi Wang · 8 years ago
  44. 9ebbfca9 Change html manual encoding to UTF-8. by Jason Evans · 8 years ago
  45. 3de0353 Merge branch. by Jason Evans · 8 years ago
  46. 5271b67 Update ChangeLog for 4.2.1. by Jason Evans · 8 years ago
  47. fa09fe7 Fix rallocx() sampling code to not eagerly commit sampler update. by Jason Evans · 8 years ago
  48. 20cd2de Add a missing prof_alloc_rollback() call. by Jason Evans · 8 years ago
  49. a7fdcc8 Fix opt_zero-triggered in-place huge reallocation zeroing. by Jason Evans · 8 years ago
  50. c7d5298 Fix a Valgrind regression in chunk_alloc_wrapper(). by Elliot Ronaghan · 8 years ago
  51. 9de0094 Fix a Valgrind regression in calloc(). by Elliot Ronaghan · 8 years ago
  52. 05a9e4a Fix potential VM map fragmentation regression. by Jason Evans · 8 years ago
  53. 48384dc Fix mixed decl in nstime.c by Elliot Ronaghan · 8 years ago
  54. 09d7bdb Propagate tsdn to default chunk hooks. by Jason Evans · 8 years ago
  55. f70a254 Merge branch 'dev' by Jason Evans · 8 years ago
  56. 09f8585 Update ChangeLog for 4.2.0. by Jason Evans · 8 years ago
  57. 1c35f63 Guard tsdn_tsd() call with tsdn_null() check. by Jason Evans · 8 years ago
  58. 0fc1317 Mangle tested functions as n_witness_* rather than witness_*_impl. by Jason Evans · 8 years ago
  59. 73d3d58 Optimize witness fast path. by Jason Evans · 8 years ago
  60. 7790a0b Fix chunk accounting related to triggering gdump profiles. by Jason Evans · 8 years ago
  61. 3a9ec67 Disable junk filling for tests that could otherwise easily OOM. by Jason Evans · 8 years ago
  62. c1e00ef Resolve bootstrapping issues when embedded in FreeBSD libc. by Jason Evans · 8 years ago
  63. 0c12dca Fix tsd bootstrapping for a0malloc(). by Jason Evans · 8 years ago
  64. 919e4a0 Add LG_QUANTUM definition for the RISC-V architecture. by Jason Evans · 8 years ago
  65. 62c217e Update ChangeLog. by Jason Evans · 8 years ago
  66. 1326010 Update private_symbols.txt. by Jason Evans · 8 years ago
  67. 3ef51d7 Optimize the fast paths of calloc() and [m,d,sd]allocx(). by Jason Evans · 8 years ago
  68. c2f970c Modify pages_map() to support mapping uncommitted virtual memory. by Jason Evans · 8 years ago
  69. dc391ad Scale leak report summary according to sampling probability. by Jason Evans · 8 years ago
  70. 04c3c0f Add the stats.retained and stats.arenas.<i>.retained statistics. by Jason Evans · 8 years ago
  71. c1e9cf4 Link against librt for clock_gettime(2) if glibc < 2.17. by Jason Evans · 8 years ago
  72. 7ba6e74 Fix a typo. by Jason Evans · 8 years ago
  73. e02b83c Merge branch. by Jason Evans · 8 years ago
  74. 2e5eb21 Update ChangeLog for 4.1.1. by Jason Evans · 8 years ago
  75. 417c0c9 Add private symbols. by Jason Evans · 8 years ago
  76. 44d12d4 Update mallocx() OOM test to deal with smaller hugemax. by Jason Evans · 8 years ago
  77. 21e33ed Don't test fork() on Windows. by Jason Evans · 8 years ago
  78. 90827a3 Fix huge_palloc() regression. by Jason Evans · 8 years ago
  79. 21cda0d Update ChangeLog for 4.1.1. by Jason Evans · 8 years ago
  80. 1eb46ab Don't test fork() on Windows. by Jason Evans · 8 years ago
  81. 2687a72 Fix fork()-related lock rank ordering reversals. by Jason Evans · 8 years ago
  82. de35328 Use separate arena for chunk tests. by Jason Evans · 8 years ago
  83. c3b008e Doc typo fixes. by hitstergtd · 8 years ago
  84. d65db0e Fix malloc_stats_print() to print correct opt.narenas value. by Jason Evans · 8 years ago
  85. 8c83c02 Fix bitmap_sfu() regression. by Jason Evans · 8 years ago
  86. 8d8960f Fix potential chunk leaks. by Jason Evans · 8 years ago
  87. b40253a typecast address to pointer to byte to avoid unaligned memory access error by Rajeev Misra · 8 years ago
  88. c3ab904 Fix stack corruption and uninitialized var warning by Dmitri Smirnov · 8 years ago
  89. 7798c7a Fix MSVC project and improve MSVC lib naming (v140 -> vc140) by rustyx · 8 years ago
  90. 61111fe Remove errno overrides. by Dmitri Smirnov · 8 years ago
  91. 9aa1543 Update mallocx() OOM test to deal with smaller hugemax. by Jason Evans · 8 years ago
  92. 108c4a1 Fix witness/fork() interactions. by Jason Evans · 8 years ago
  93. 174c0c3 Fix fork()-related lock rank ordering reversals. by Jason Evans · 8 years ago
  94. 0d970a0 Use separate arena for chunk tests. by Jason Evans · 8 years ago
  95. 7e67495 Fix arena reset effects on large/huge stats. by Jason Evans · 8 years ago
  96. 2fe64d2 Fix arena_reset() test to avoid tcache. by Jason Evans · 8 years ago
  97. 259f8eb Fix arena_choose_hard() regression. by Jason Evans · 8 years ago
  98. 71d9482 Fix degenerate mb_write() compilation error. by Jason Evans · 8 years ago
  99. 19ff2ce Implement the arena.<i>.reset mallctl. by Jason Evans · 8 years ago
  100. 66cd953 Do not allocate metadata via non-auto arenas, nor tcaches. by Jason Evans · 8 years ago