1. 9e561e8 Test and fix tcache ID recycling. by Jason Evans · 10 years ago
  2. 1cb181e Implement explicit tcache support. by Jason Evans · 10 years ago
  3. 8d0e04d Refactor rtree to be lock-free. by Jason Evans · 10 years ago
  4. a55dfa4 Implement more atomic operations. by Jason Evans · 10 years ago
  5. 5b8ed5b Implement the prof.gdump mallctl. by Jason Evans · 10 years ago
  6. 2c5cb61 Introduce two new modes of junk filling: "alloc" and "free". by Guilherme Goncalves · 10 years ago
  7. e12eaf9 Style and spelling fixes. by Jason Evans · 10 years ago
  8. f79e01f Fix test_stats_arenas_bins for 32-bit builds. by Yuriy Kaminskiy · 10 years ago
  9. acbcbad Thwart compiler optimizations. by Jason Evans · 10 years ago
  10. 3c4d92e Add per size class huge allocation statistics. by Jason Evans · 10 years ago
  11. 9b75677 Don't fetch tsd in a0{d,}alloc(). by Jason Evans · 10 years ago
  12. fc0b3b7 Add configure options. by Jason Evans · 10 years ago
  13. b123ddc Don't configure HAVE_SSE2. by Jason Evans · 10 years ago
  14. 57efa7b Avoid atexit(3) when possible, disable prof_final by default. by Jason Evans · 10 years ago
  15. f22214a Use regular arena allocation for huge tree nodes. by Daniel Micay · 10 years ago
  16. 8bb3198 Refactor/fix arenas manipulation. by Jason Evans · 10 years ago
  17. 155bfa7 Normalize size classes. by Jason Evans · 10 years ago
  18. a95018e Attempt to expand huge allocations in-place. by Daniel Micay · 10 years ago
  19. 47395a1 Avoid purging in microbench when lazy-lock is enabled. by Jason Evans · 10 years ago
  20. 029d44c Fix tsd cleanup regressions. by Jason Evans · 10 years ago
  21. b72d4ab Skip test_prof_thread_name_validation if !config_prof. by Jason Evans · 10 years ago
  22. fc12c0b Implement/test/fix prof-related mallctl's. by Jason Evans · 10 years ago
  23. 551ebc4 Convert to uniform style: cond == false --> !cond by Jason Evans · 10 years ago
  24. ebbd0c9 Remove obsolete comment. by Jason Evans · 10 years ago
  25. 20c31de Test prof.reset mallctl and fix numerous discovered bugs. by Jason Evans · 10 years ago
  26. cc9e626 Refactor permuted backtrace test allocation. by Jason Evans · 10 years ago
  27. f97e5ac Implement compile-time bitmap size computation. by Jason Evans · 10 years ago
  28. 5460aa6 Convert all tsd variables to reside in a single tsd structure. by Jason Evans · 10 years ago
  29. 4cfe551 Add support for sized deallocation. by Daniel Micay · 10 years ago
  30. c3f8650 Add relevant function attributes to [msn]allocx(). by Jason Evans · 10 years ago
  31. a1f3929 Thwart optimization of free(malloc(1)) in microbench. by Jason Evans · 10 years ago
  32. c3bfe95 avoid conflict with the POSIX timer_t type by Daniel Micay · 10 years ago
  33. 423d78a Add microbench tests. by Jason Evans · 10 years ago
  34. b67ec3c Add a simple timer implementation for use in benchmarking. by Jason Evans · 10 years ago
  35. c21b05e Whitespace cleanups. by Jason Evans · 10 years ago
  36. 1628e86 Add rb_empty(). by Jason Evans · 10 years ago
  37. 586c8ed Fix arena.<i>.dss mallctl to handle read-only calls. by Jason Evans · 10 years ago
  38. a2ea54c Add atomic operations tests and fix latent bugs. by Jason Evans · 10 years ago
  39. 999e1b5 Fix thd_join on win64 by Mike Hommey · 10 years ago
  40. 1f6d77e Use KQU() rather than QU() where applicable. by Jason Evans · 10 years ago
  41. 9911862 Use nallocx() rather than mallctl() to trigger initialization. by Jason Evans · 10 years ago
  42. 26f44df Make sure initialization occurs prior to running tests. by Jason Evans · 10 years ago
  43. b54aef1 Fixup after 3a730df (Avoid pointer arithmetic on void*[...]) by Mike Hommey · 10 years ago
  44. 17767b5 Correctly return exit code from thd_join on Windows by Mike Hommey · 10 years ago
  45. 26246af Define INFINITY when it's not defined by Mike Hommey · 10 years ago
  46. 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
  47. a9df1ae Use ULL prefix instead of LLU for unsigned long longs by Mike Hommey · 10 years ago
  48. 3a730df Avoid pointer arithmetic on void* in test/integration/rallocx.c by Mike Hommey · 10 years ago
  49. 86e2e70 Rename "small" local variable, because windows headers #define it by Mike Hommey · 10 years ago
  50. 7330c37 Use C99 varadic macros instead of GCC ones by Mike Hommey · 10 years ago
  51. f41f143 Replace variable arrays in tests with VARIABLE_ARRAY by Mike Hommey · 10 years ago
  52. 47d58a0 Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.c by Mike Hommey · 10 years ago
  53. e2deab7 Refactor huge allocation to be managed by arenas. by Jason Evans · 10 years ago
  54. fb7fe50 Add support for user-specified chunk allocators/deallocators. by aravind · 10 years ago
  55. a344dd0 Fix coding sytle nits. by Jason Evans · 10 years ago
  56. ecd3e59 Remove the "opt.valgrind" mallctl. by Jason Evans · 10 years ago
  57. a2c719b Remove the "arenas.purge" mallctl. by Jason Evans · 10 years ago
  58. 4d434ad Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug. by Jason Evans · 10 years ago
  59. 9790b96 Remove the *allocm() API, which is superceded by the *allocx() API. by Jason Evans · 10 years ago
  60. e64b1b7 Enable big-endian mode for SFMT. by Jason Evans · 10 years ago
  61. df3f270 Adapt hash tests to big-endian systems. by Jason Evans · 10 years ago
  62. ada8447 Reduce maximum tested alignment. by Jason Evans · 10 years ago
  63. ab8c79f Fix message formatting errors uncovered by p_test_fail() refactoring. by Jason Evans · 10 years ago
  64. e3f27cf Fix p_test_fail()'s va_list abuse. by Jason Evans · 10 years ago
  65. c2dcfd8 Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test. by Jason Evans · 10 years ago
  66. 9e20df1 Remove duplicate 'static' keyword. by Jason Evans · 10 years ago
  67. b037a55 Restore tail call optimization subversion. by Jason Evans · 10 years ago
  68. 940fdfd Fix junk filling for mremap(2)-based huge reallocation. by Jason Evans · 10 years ago
  69. ad47e89 Break prof_accum into multiple compilation units. by Jason Evans · 10 years ago
  70. 526e4a5 Prevent inlining of backtraced test functions. by Jason Evans · 11 years ago
  71. 2850e90 Remove flawed alignment-related overflow test. by Jason Evans · 11 years ago
  72. a184d3f Fix/remove flawed alignment-related overflow tests. by Jason Evans · 11 years ago
  73. 2b51a3e Fix mallctl argument size mismatches (size_t vs. uint64_t). by Jason Evans · 11 years ago
  74. 0c4e743 Test and fix malloc_printf("%%"). by Jason Evans · 11 years ago
  75. 8989602 Subvert tail call optimization in backtrace test. by Jason Evans · 11 years ago
  76. e2206ed Fix unused variable warnings. by Jason Evans · 11 years ago
  77. 7d8fea9 Avoid lazy-lock in a tcache-dependent test. by Jason Evans · 11 years ago
  78. 772163b Add heap profiling tests. by Jason Evans · 11 years ago
  79. f234dc5 Fix name mangling for stress tests. by Jason Evans · 11 years ago
  80. 35f1bc4 Fix warnings and a test failure exposed on CentOS 6.3. by Jason Evans · 11 years ago
  81. b2c3166 Extract profiling code from [re]allocation functions. by Jason Evans · 11 years ago
  82. 6b694c4 Add junk/zero filling unit tests, and fix discovered bugs. by Jason Evans · 11 years ago
  83. e18c25d Add util unit tests, and fix discovered bugs. by Jason Evans · 11 years ago
  84. 8cd0d94 Convert assert() in test code to assert_*(). by Jason Evans · 11 years ago
  85. 981bb49 Add unit tests for qr, ql, and rb. by Jason Evans · 11 years ago
  86. b954bc5 Convert rtree from (void *) to (uint8_t) storage. by Jason Evans · 11 years ago
  87. b980cc7 Add rtree unit tests. by Jason Evans · 11 years ago
  88. 5aeeda6 Clean up code formatting. by Jason Evans · 11 years ago
  89. 0a86966 Add stats unit tests. by Jason Evans · 11 years ago
  90. de73296 Add mallctl*() unit tests. by Jason Evans · 11 years ago
  91. 0d6c5d8 Add quarantine unit tests. by Jason Evans · 11 years ago
  92. eca367b Fix a typo in a string constant. by Jason Evans · 11 years ago
  93. e6b7aa4 Add hash (MurmurHash3) tests. by Jason Evans · 11 years ago
  94. e948fa6 Add ckh unit tests. by Jason Evans · 11 years ago
  95. e935c07 Add rallocx() test of both alignment and zeroing. by Jason Evans · 11 years ago
  96. 5a658b9 Add zero/align tests for rallocx(). by Jason Evans · 11 years ago
  97. 3477991 Fix name mangling issues. by Jason Evans · 11 years ago
  98. d82a5e6 Implement the *allocx() API. by Jason Evans · 11 years ago
  99. 0ac396a Fix a strict aliasing violation. by Jason Evans · 11 years ago
  100. a2be477 Fix a malloc_mutex dependency in mtx. by Jason Evans · 11 years ago