1. 044047f Remove fragile xallocx() test case. by Jason Evans · 9 years ago
  2. 03eb37e Make mallocx() OOM test more robust. by Jason Evans · 9 years ago
  3. d260f44 Fix xallocx(..., MALLOCX_ZERO) bugs. by Jason Evans · 9 years ago
  4. 2152329 Add mallocx() OOM tests. by Jason Evans · 9 years ago
  5. 65b940a Loosen expected xallocx() results. by Jason Evans · 9 years ago
  6. aca490f Add more xallocx() overflow tests. by Jason Evans · 9 years ago
  7. 676df88 Rename arena_maxclass to large_maxclass. by Jason Evans · 9 years ago
  8. 560a4e1 Fix xallocx() bugs. by Jason Evans · 9 years ago
  9. a00b107 Fix "prof.reset" mallctl-related corruption. by Jason Evans · 9 years ago
  10. 594c759 Optimize arena_prof_tctx_set(). by Jason Evans · 9 years ago
  11. 4a2a3c9 Don't purge junk filled chunks when shrinking huge allocations by Mike Hommey · 9 years ago
  12. 45e9f66 Fix arenas_cache_cleanup(). by Christopher Ferris · 9 years ago
  13. d01fd19 Rename index_t to szind_t to avoid an existing type on Solaris. by Jason Evans · 9 years ago
  14. 828d919 Fix test for MinGW. by Jason Evans · 9 years ago
  15. 38d8f50 Fix assertion in test. by Jason Evans · 9 years ago
  16. 03bf5b6 Try to decommit new chunks. by Jason Evans · 9 years ago
  17. 4be0c3c Add no-OOM assertions to test. by Jason Evans · 9 years ago
  18. 8fadb1a Implement chunk hook support for page run commit/decommit. by Jason Evans · 9 years ago
  19. b49a334 Generalize chunk management hooks. by Jason Evans · 9 years ago
  20. d059b9d Implement support for non-coalescing maps on MinGW. by Jason Evans · 9 years ago
  21. 40cbd30 Fix huge_ralloc_no_move() to succeed more often. by Jason Evans · 9 years ago
  22. 5fae7dc Fix MinGW-related portability issues. by Jason Evans · 9 years ago
  23. e475ff1 Fix a compilation error. by Jason Evans · 9 years ago
  24. e42c309 Add JEMALLOC_FORMAT_PRINTF(). by Jason Evans · 9 years ago
  25. 1b0e4ab Port mq_get() to MinGW. by Jason Evans · 9 years ago
  26. 218b15c Fix more MinGW build warnings. by Jason Evans · 9 years ago
  27. f2bc852 Add the config.cache_oblivious mallctl. by Jason Evans · 9 years ago
  28. 8693a9e Add timer support for Windows. by Jason Evans · 9 years ago
  29. ae93d6b Avoid function prototype incompatibilities. by Jason Evans · 9 years ago
  30. dde0672 Fix an integer overflow bug in {size2index,s2u}_compute(). by Jason Evans · 9 years ago
  31. 7ae1239 Fix indentation. by Jason Evans · 9 years ago
  32. 241abc6 Fix size class overflow handling when profiling is enabled. by Jason Evans · 9 years ago
  33. 56048ba Clarify relationship between stats.resident and stats.mapped. by Jason Evans · 9 years ago
  34. fd5f9e4 Avoid atomic operations for dependent rtree reads. by Jason Evans · 10 years ago
  35. bd16ea4 Fix signed/unsigned comparison in arena_lg_dirty_mult_valid(). by Jason Evans · 10 years ago
  36. 8d6a3e8 Implement dynamic per arena control over dirty page purging. by Jason Evans · 10 years ago
  37. d6384b0 use CLOCK_MONOTONIC in the timer if it's available by Daniel Micay · 10 years ago
  38. cb9b449 Remove obsolete (incorrect) assertions. by Jason Evans · 10 years ago
  39. cbf3a6d Move centralized chunk management into arenas. by Jason Evans · 10 years ago
  40. 9e561e8 Test and fix tcache ID recycling. by Jason Evans · 10 years ago
  41. 1cb181e Implement explicit tcache support. by Jason Evans · 10 years ago
  42. 8d0e04d Refactor rtree to be lock-free. by Jason Evans · 10 years ago
  43. a55dfa4 Implement more atomic operations. by Jason Evans · 10 years ago
  44. 5b8ed5b Implement the prof.gdump mallctl. by Jason Evans · 10 years ago
  45. 2c5cb61 Introduce two new modes of junk filling: "alloc" and "free". by Guilherme Goncalves · 10 years ago
  46. e12eaf9 Style and spelling fixes. by Jason Evans · 10 years ago
  47. f79e01f Fix test_stats_arenas_bins for 32-bit builds. by Yuriy Kaminskiy · 10 years ago
  48. acbcbad Thwart compiler optimizations. by Jason Evans · 10 years ago
  49. 3c4d92e Add per size class huge allocation statistics. by Jason Evans · 10 years ago
  50. 9b75677 Don't fetch tsd in a0{d,}alloc(). by Jason Evans · 10 years ago
  51. fc0b3b7 Add configure options. by Jason Evans · 10 years ago
  52. b123ddc Don't configure HAVE_SSE2. by Jason Evans · 10 years ago
  53. 57efa7b Avoid atexit(3) when possible, disable prof_final by default. by Jason Evans · 10 years ago
  54. f22214a Use regular arena allocation for huge tree nodes. by Daniel Micay · 10 years ago
  55. 8bb3198 Refactor/fix arenas manipulation. by Jason Evans · 10 years ago
  56. 155bfa7 Normalize size classes. by Jason Evans · 10 years ago
  57. a95018e Attempt to expand huge allocations in-place. by Daniel Micay · 10 years ago
  58. 47395a1 Avoid purging in microbench when lazy-lock is enabled. by Jason Evans · 10 years ago
  59. 029d44c Fix tsd cleanup regressions. by Jason Evans · 10 years ago
  60. b72d4ab Skip test_prof_thread_name_validation if !config_prof. by Jason Evans · 10 years ago
  61. fc12c0b Implement/test/fix prof-related mallctl's. by Jason Evans · 10 years ago
  62. 551ebc4 Convert to uniform style: cond == false --> !cond by Jason Evans · 10 years ago
  63. ebbd0c9 Remove obsolete comment. by Jason Evans · 10 years ago
  64. 20c31de Test prof.reset mallctl and fix numerous discovered bugs. by Jason Evans · 10 years ago
  65. cc9e626 Refactor permuted backtrace test allocation. by Jason Evans · 10 years ago
  66. f97e5ac Implement compile-time bitmap size computation. by Jason Evans · 10 years ago
  67. 5460aa6 Convert all tsd variables to reside in a single tsd structure. by Jason Evans · 10 years ago
  68. 4cfe551 Add support for sized deallocation. by Daniel Micay · 10 years ago
  69. c3f8650 Add relevant function attributes to [msn]allocx(). by Jason Evans · 10 years ago
  70. a1f3929 Thwart optimization of free(malloc(1)) in microbench. by Jason Evans · 10 years ago
  71. c3bfe95 avoid conflict with the POSIX timer_t type by Daniel Micay · 10 years ago
  72. 423d78a Add microbench tests. by Jason Evans · 10 years ago
  73. b67ec3c Add a simple timer implementation for use in benchmarking. by Jason Evans · 10 years ago
  74. c21b05e Whitespace cleanups. by Jason Evans · 10 years ago
  75. 1628e86 Add rb_empty(). by Jason Evans · 10 years ago
  76. 586c8ed Fix arena.<i>.dss mallctl to handle read-only calls. by Jason Evans · 10 years ago
  77. a2ea54c Add atomic operations tests and fix latent bugs. by Jason Evans · 10 years ago
  78. 999e1b5 Fix thd_join on win64 by Mike Hommey · 10 years ago
  79. 1f6d77e Use KQU() rather than QU() where applicable. by Jason Evans · 10 years ago
  80. 9911862 Use nallocx() rather than mallctl() to trigger initialization. by Jason Evans · 10 years ago
  81. 26f44df Make sure initialization occurs prior to running tests. by Jason Evans · 10 years ago
  82. b54aef1 Fixup after 3a730df (Avoid pointer arithmetic on void*[...]) by Mike Hommey · 10 years ago
  83. 17767b5 Correctly return exit code from thd_join on Windows by Mike Hommey · 10 years ago
  84. 26246af Define INFINITY when it's not defined by Mike Hommey · 10 years ago
  85. 12f74e6 Move platform headers and tricks from jemalloc_internal.h.in to a new jemalloc_internal_decls.h header by Mike Hommey · 10 years ago
  86. a9df1ae Use ULL prefix instead of LLU for unsigned long longs by Mike Hommey · 11 years ago
  87. 3a730df Avoid pointer arithmetic on void* in test/integration/rallocx.c by Mike Hommey · 11 years ago
  88. 86e2e70 Rename "small" local variable, because windows headers #define it by Mike Hommey · 11 years ago
  89. 7330c37 Use C99 varadic macros instead of GCC ones by Mike Hommey · 11 years ago
  90. f41f143 Replace variable arrays in tests with VARIABLE_ARRAY by Mike Hommey · 11 years ago
  91. 47d58a0 Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.c by Mike Hommey · 11 years ago
  92. e2deab7 Refactor huge allocation to be managed by arenas. by Jason Evans · 11 years ago
  93. fb7fe50 Add support for user-specified chunk allocators/deallocators. by aravind · 11 years ago
  94. a344dd0 Fix coding sytle nits. by Jason Evans · 11 years ago
  95. ecd3e59 Remove the "opt.valgrind" mallctl. by Jason Evans · 11 years ago
  96. a2c719b Remove the "arenas.purge" mallctl. by Jason Evans · 11 years ago
  97. 4d434ad Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug. by Jason Evans · 11 years ago
  98. 9790b96 Remove the *allocm() API, which is superceded by the *allocx() API. by Jason Evans · 11 years ago
  99. e64b1b7 Enable big-endian mode for SFMT. by Jason Evans · 11 years ago
  100. df3f270 Adapt hash tests to big-endian systems. by Jason Evans · 11 years ago