1. c8de7e8 Fix an integer overflow bug in {size2index,s2u}_compute(). by Jason Evans · 9 years ago
  2. 895b670 Avoid atomic operations for dependent rtree reads. by Jason Evans · 9 years ago
  3. 96d58c8 Revert "Revert "Update for new version."" by Christopher Ferris · 9 years ago
  4. 83e5767 Revert "Revert "Merge remote-tracking branch 'aosp/upstream-dev' into merge"" by Christopher Ferris · 9 years ago
  5. 75929a9 Revert "Merge remote-tracking branch 'aosp/upstream-dev' into merge" by Nicolas Geoffray · 9 years ago
  6. 5b5d97b Merge remote-tracking branch 'aosp/upstream-dev' into merge by Christopher Ferris · 9 years ago
  7. bd16ea4 Fix signed/unsigned comparison in arena_lg_dirty_mult_valid(). by Jason Evans · 9 years ago
  8. 8d6a3e8 Implement dynamic per arena control over dirty page purging. by Jason Evans · 9 years ago
  9. d6384b0 use CLOCK_MONOTONIC in the timer if it's available by Daniel Micay · 10 years ago
  10. cb9b449 Remove obsolete (incorrect) assertions. by Jason Evans · 9 years ago
  11. cbf3a6d Move centralized chunk management into arenas. by Jason Evans · 9 years ago
  12. 9e561e8 Test and fix tcache ID recycling. by Jason Evans · 9 years ago
  13. 1cb181e Implement explicit tcache support. by Jason Evans · 9 years ago
  14. 8d0e04d Refactor rtree to be lock-free. by Jason Evans · 9 years ago
  15. a55dfa4 Implement more atomic operations. by Jason Evans · 9 years ago
  16. 5b8ed5b Implement the prof.gdump mallctl. by Jason Evans · 9 years ago
  17. 2c5cb61 Introduce two new modes of junk filling: "alloc" and "free". by Guilherme Goncalves · 10 years ago
  18. e12eaf9 Style and spelling fixes. by Jason Evans · 10 years ago
  19. 2174ea3 Add atomic operations tests and fix latent bugs. by Jason Evans · 10 years ago
  20. f79e01f Fix test_stats_arenas_bins for 32-bit builds. by Yuriy Kaminskiy · 10 years ago
  21. acbcbad Thwart compiler optimizations. by Jason Evans · 10 years ago
  22. 3c4d92e Add per size class huge allocation statistics. by Jason Evans · 10 years ago
  23. 9b75677 Don't fetch tsd in a0{d,}alloc(). by Jason Evans · 10 years ago
  24. fc0b3b7 Add configure options. by Jason Evans · 10 years ago
  25. b123ddc Don't configure HAVE_SSE2. by Jason Evans · 10 years ago
  26. 57efa7b Avoid atexit(3) when possible, disable prof_final by default. by Jason Evans · 10 years ago
  27. f22214a Use regular arena allocation for huge tree nodes. by Daniel Micay · 10 years ago
  28. 8bb3198 Refactor/fix arenas manipulation. by Jason Evans · 10 years ago
  29. 155bfa7 Normalize size classes. by Jason Evans · 10 years ago
  30. a95018e Attempt to expand huge allocations in-place. by Daniel Micay · 10 years ago
  31. 47395a1 Avoid purging in microbench when lazy-lock is enabled. by Jason Evans · 10 years ago
  32. 029d44c Fix tsd cleanup regressions. by Jason Evans · 10 years ago
  33. b72d4ab Skip test_prof_thread_name_validation if !config_prof. by Jason Evans · 10 years ago
  34. fc12c0b Implement/test/fix prof-related mallctl's. by Jason Evans · 10 years ago
  35. 551ebc4 Convert to uniform style: cond == false --> !cond by Jason Evans · 10 years ago
  36. ebbd0c9 Remove obsolete comment. by Jason Evans · 10 years ago
  37. 20c31de Test prof.reset mallctl and fix numerous discovered bugs. by Jason Evans · 10 years ago
  38. cc9e626 Refactor permuted backtrace test allocation. by Jason Evans · 10 years ago
  39. f97e5ac Implement compile-time bitmap size computation. by Jason Evans · 10 years ago
  40. 5460aa6 Convert all tsd variables to reside in a single tsd structure. by Jason Evans · 10 years ago
  41. 4cfe551 Add support for sized deallocation. by Daniel Micay · 10 years ago
  42. c3f8650 Add relevant function attributes to [msn]allocx(). by Jason Evans · 10 years ago
  43. a1f3929 Thwart optimization of free(malloc(1)) in microbench. by Jason Evans · 10 years ago
  44. c3bfe95 avoid conflict with the POSIX timer_t type by Daniel Micay · 10 years ago
  45. 423d78a Add microbench tests. by Jason Evans · 10 years ago
  46. b67ec3c Add a simple timer implementation for use in benchmarking. by Jason Evans · 10 years ago
  47. c21b05e Whitespace cleanups. by Jason Evans · 10 years ago
  48. 1628e86 Add rb_empty(). by Jason Evans · 10 years ago
  49. 586c8ed Fix arena.<i>.dss mallctl to handle read-only calls. by Jason Evans · 10 years ago
  50. a2ea54c Add atomic operations tests and fix latent bugs. by Jason Evans · 10 years ago
  51. e690775 Fix scripts README. by Christopher Ferris · 10 years ago
  52. 9ebe2ac Update header files from new jemalloc changes. by Christopher Ferris · 10 years ago
  53. b945725 Fix thd_join on win64 by Mike Hommey · 10 years ago
  54. da74e77 Use KQU() rather than QU() where applicable. by Jason Evans · 10 years ago
  55. 02adabf Use nallocx() rather than mallctl() to trigger initialization. by Jason Evans · 10 years ago
  56. 4d68f14 Make sure initialization occurs prior to running tests. by Jason Evans · 10 years ago
  57. 63b08f6 Fixup after 3a730df (Avoid pointer arithmetic on void*[...]) by Mike Hommey · 10 years ago
  58. aebf3a5 Correctly return exit code from thd_join on Windows by Mike Hommey · 10 years ago
  59. dacbd75 Define INFINITY when it's not defined by Mike Hommey · 10 years ago
  60. f3e6d15 Move platform headers and tricks from jemalloc_internal.h.in to a new jemalloc_internal_decls.h header by Mike Hommey · 10 years ago
  61. 8f4d78d Use ULL prefix instead of LLU for unsigned long longs by Mike Hommey · 10 years ago
  62. 33b16c7 Avoid pointer arithmetic on void* in test/integration/rallocx.c by Mike Hommey · 10 years ago
  63. ef84392 Rename "small" local variable, because windows headers #define it by Mike Hommey · 10 years ago
  64. b105e65 Use C99 varadic macros instead of GCC ones by Mike Hommey · 10 years ago
  65. 24feae6 Replace variable arrays in tests with VARIABLE_ARRAY by Mike Hommey · 10 years ago
  66. b666378 Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.c by Mike Hommey · 10 years ago
  67. 1214115 Refactor huge allocation to be managed by arenas. by Jason Evans · 10 years ago
  68. 59113bc Add support for user-specified chunk allocators/deallocators. by aravind · 10 years ago
  69. 8888fdb Fix coding sytle nits. by Jason Evans · 10 years ago
  70. 999e1b5 Fix thd_join on win64 by Mike Hommey · 10 years ago
  71. 1f6d77e Use KQU() rather than QU() where applicable. by Jason Evans · 10 years ago
  72. 9911862 Use nallocx() rather than mallctl() to trigger initialization. by Jason Evans · 10 years ago
  73. 26f44df Make sure initialization occurs prior to running tests. by Jason Evans · 10 years ago
  74. b54aef1 Fixup after 3a730df (Avoid pointer arithmetic on void*[...]) by Mike Hommey · 10 years ago
  75. 17767b5 Correctly return exit code from thd_join on Windows by Mike Hommey · 10 years ago
  76. 26246af Define INFINITY when it's not defined by Mike Hommey · 10 years ago
  77. 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
  78. a9df1ae Use ULL prefix instead of LLU for unsigned long longs by Mike Hommey · 10 years ago
  79. 3a730df Avoid pointer arithmetic on void* in test/integration/rallocx.c by Mike Hommey · 10 years ago
  80. 86e2e70 Rename "small" local variable, because windows headers #define it by Mike Hommey · 10 years ago
  81. 7330c37 Use C99 varadic macros instead of GCC ones by Mike Hommey · 10 years ago
  82. f41f143 Replace variable arrays in tests with VARIABLE_ARRAY by Mike Hommey · 10 years ago
  83. 47d58a0 Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.c by Mike Hommey · 10 years ago
  84. e2deab7 Refactor huge allocation to be managed by arenas. by Jason Evans · 10 years ago
  85. fb7fe50 Add support for user-specified chunk allocators/deallocators. by aravind · 10 years ago
  86. a344dd0 Fix coding sytle nits. by Jason Evans · 10 years ago
  87. ecd3e59 Remove the "opt.valgrind" mallctl. by Jason Evans · 10 years ago
  88. a2c719b Remove the "arenas.purge" mallctl. by Jason Evans · 10 years ago
  89. 4d434ad Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug. by Jason Evans · 10 years ago
  90. 9790b96 Remove the *allocm() API, which is superceded by the *allocx() API. by Jason Evans · 10 years ago
  91. e64b1b7 Enable big-endian mode for SFMT. by Jason Evans · 10 years ago
  92. df3f270 Adapt hash tests to big-endian systems. by Jason Evans · 10 years ago
  93. ada8447 Reduce maximum tested alignment. by Jason Evans · 10 years ago
  94. ab8c79f Fix message formatting errors uncovered by p_test_fail() refactoring. by Jason Evans · 10 years ago
  95. e3f27cf Fix p_test_fail()'s va_list abuse. by Jason Evans · 10 years ago
  96. c2dcfd8 Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test. by Jason Evans · 10 years ago
  97. 9e20df1 Remove duplicate 'static' keyword. by Jason Evans · 10 years ago
  98. b037a55 Restore tail call optimization subversion. by Jason Evans · 10 years ago
  99. 940fdfd Fix junk filling for mremap(2)-based huge reallocation. by Jason Evans · 10 years ago
  100. ad47e89 Break prof_accum into multiple compilation units. by Jason Evans · 10 years ago