1. e98a620 Mark partially purged arena chunks as non-hugepage. by Jason Evans · 8 years ago
  2. 6a71d37 Add packing test, which verifies stable layout policy. by Jason Evans · 8 years ago
  3. 35a108c Fix EXTRA_CFLAGS to not affect configuration. 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. 5569b4a Use --whole-archive when linking integration tests on MinGW. by Jason Evans · 8 years ago
  7. 9737685 Add/use adaptive spinning. by Jason Evans · 8 years ago
  8. 92009b1 use install command determined by configure by Thomas Köckerbauer · 8 years ago
  9. b770d2d Fix librt detection when using a Cray compiler wrapper by Elliot Ronaghan · 8 years ago
  10. 3573fb9 Add -dynamic for integration and stress tests with Cray compiler wrappers by Elliot Ronaghan · 8 years ago
  11. 0c12dca Fix tsd bootstrapping for a0malloc(). by Jason Evans · 8 years ago
  12. c1e9cf4 Link against librt for clock_gettime(2) if glibc < 2.17. by Jason Evans · 8 years ago
  13. 174c0c3 Fix fork()-related lock rank ordering reversals. by Jason Evans · 8 years ago
  14. 19ff2ce Implement the arena.<i>.reset mallctl. by Jason Evans · 8 years ago
  15. b2c0d63 Add witness, a simple online locking validator. by Jason Evans · 8 years ago
  16. c6a2c39 Refactor/fix ph. by Jason Evans · 8 years ago
  17. 34dca56 Unittest for pairing heap by Dave Watson · 8 years ago
  18. 6bafa66 Pairing heap by Dave Watson · 8 years ago
  19. a9a4684 Test run quantization. by Jason Evans · 8 years ago
  20. 9bad079 Refactor time_* into nstime_*. by Jason Evans · 8 years ago
  21. 243f7a0 Implement decay-based unused dirty page purging. by Jason Evans · 8 years ago
  22. 8e82af1 Implement smoothstep table generation. by Jason Evans · 8 years ago
  23. 34676d3 Refactor prng* from cpp macros into inline functions. by Jason Evans · 8 years ago
  24. 9998000 Implement ticker. by Jason Evans · 8 years ago
  25. 94451d1 Flesh out time_*() API. by Jason Evans · 8 years ago
  26. e5d5a4a Add time_update(). by Cameron Evans · 8 years ago
  27. 4d0e162 Expand check_integration_prof testing. by Jason Evans · 9 years ago
  28. 345c1b0 Link test to librt if it contains clock_gettime(2). by Jason Evans · 9 years ago
  29. 0108b1f Don't run stress tests as part of check target. by Jason Evans · 9 years ago
  30. 8f57e3f Remove check_stress from check target's dependencies. by Jason Evans · 9 years ago
  31. b49a334 Generalize chunk management hooks. by Jason Evans · 9 years ago
  32. 1b0e4ab Port mq_get() to MinGW. by Jason Evans · 9 years ago
  33. dde0672 Fix an integer overflow bug in {size2index,s2u}_compute(). by Jason Evans · 9 years ago
  34. 241abc6 Fix size class overflow handling when profiling is enabled. by Jason Evans · 9 years ago
  35. 6bb54cb Clean up bin/jeprof in distclean build target. by Jason Evans · 9 years ago
  36. 7041720 Rename pprof to jeprof. by Jason Evans · 9 years ago
  37. f888031 Put VERSION file in object directory by Dan McGregor · 9 years ago
  38. ab5e379 Build docs in object directory by Dan McGregor · 9 years ago
  39. bec6a8d Implement the jemalloc-config script. by Jason Evans · 9 years ago
  40. 2c5cb61 Introduce two new modes of junk filling: "alloc" and "free". by Guilherme Goncalves · 9 years ago
  41. fc0b3b7 Add configure options. by Jason Evans · 10 years ago
  42. a4a972d Fix install_lib target (incorrect jemalloc.pc path). by Jason Evans · 10 years ago
  43. fc12c0b Implement/test/fix prof-related mallctl's. by Jason Evans · 10 years ago
  44. cc9e626 Refactor permuted backtrace test allocation. by Jason Evans · 10 years ago
  45. 913e9a8 Generate a pkg-config file by Nick White · 10 years ago
  46. 4cfe551 Add support for sized deallocation. by Daniel Micay · 10 years ago
  47. 423d78a Add microbench tests. by Jason Evans · 10 years ago
  48. b67ec3c Add a simple timer implementation for use in benchmarking. by Jason Evans · 10 years ago
  49. f34f603 Disable autom4te cache. by Jason Evans · 10 years ago
  50. a2ea54c Add atomic operations tests and fix latent bugs. by Jason Evans · 10 years ago
  51. cf6032d Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in configure by Mike Hommey · 10 years ago
  52. 1ad4a6e Add missing $(EXE) to filter TESTS_UNIT_AUX_OBJS by Mike Hommey · 10 years ago
  53. d6fd114 Define DLLEXPORT when building .jet objects by Mike Hommey · 10 years ago
  54. ed0b0ec Fix manual dependency on jemalloc_test.h by Mike Hommey · 10 years ago
  55. e2deab7 Refactor huge allocation to be managed by arenas. by Jason Evans · 10 years ago
  56. fb7fe50 Add support for user-specified chunk allocators/deallocators. by aravind · 10 years ago
  57. bd87b01 Optimize Valgrind integration. by Jason Evans · 10 years ago
  58. 9790b96 Remove the *allocm() API, which is superceded by the *allocx() API. by Jason Evans · 10 years ago
  59. c2dcfd8 Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test. by Jason Evans · 10 years ago
  60. ad47e89 Break prof_accum into multiple compilation units. by Jason Evans · 10 years ago
  61. 772163b Add heap profiling tests. by Jason Evans · 10 years ago
  62. f234dc5 Fix name mangling for stress tests. by Jason Evans · 10 years ago
  63. 6b694c4 Add junk/zero filling unit tests, and fix discovered bugs. by Jason Evans · 10 years ago
  64. e18c25d Add util unit tests, and fix discovered bugs. by Jason Evans · 10 years ago
  65. 981bb49 Add unit tests for qr, ql, and rb. by Jason Evans · 10 years ago
  66. b980cc7 Add rtree unit tests. by Jason Evans · 10 years ago
  67. 0a86966 Add stats unit tests. by Jason Evans · 10 years ago
  68. de73296 Add mallctl*() unit tests. by Jason Evans · 10 years ago
  69. 0d6c5d8 Add quarantine unit tests. by Jason Evans · 10 years ago
  70. e6b7aa4 Add hash (MurmurHash3) tests. by Jason Evans · 10 years ago
  71. e948fa6 Add ckh unit tests. by Jason Evans · 10 years ago
  72. d82a5e6 Implement the *allocx() API. by Jason Evans · 10 years ago
  73. 0f4f1ef Add mq (message queue) to test infrastructure. by Jason Evans · 10 years ago
  74. b1941c6 Add probabability distribution utility code. by Jason Evans · 10 years ago
  75. 80061b6 Integrate SFMT 1.3.3 into test infrastructure. by Jason Evans · 10 years ago
  76. 2a83ed0 Refactor tests. by Jason Evans · 10 years ago
  77. 748dfac Add test code coverage analysis. by Jason Evans · 10 years ago
  78. 14990b8 Fix test refactoring issues for Linux. by Jason Evans · 10 years ago
  79. 72284f0 Add tsd test. by Jason Evans · 10 years ago
  80. 95424fc Fix build target to be build_lib, as documented. by Jason Evans · 10 years ago
  81. 86abd0d Refactor to support more varied testing. by Jason Evans · 11 years ago
  82. 80ddf49 Fix build break for MSVC. by Jason Evans · 11 years ago
  83. ad505e0 Allow toolchain to determine ar by Jory A. Pratt · 11 years ago
  84. 42ba90e Update phony targets. by Jason Evans · 11 years ago
  85. d0357f7 Allow to disable the zone allocator on Darwin by Mike Hommey · 12 years ago
  86. 609ae59 Add arena-specific and selective dss allocation. by Jason Evans · 12 years ago
  87. 79c4bca Use "hardcoded" dependencies when compiler doesn't support -MM by Mike Hommey · 12 years ago
  88. fd97b1d Add support for MSVC by Mike Hommey · 12 years ago
  89. 598779a Don't link tests with superfluous libraries. by Jason Evans · 12 years ago
  90. 079687b Clean up documentation and formatting. by Jason Evans · 12 years ago
  91. a19e87f Add support for Mingw by Mike Hommey · 12 years ago
  92. 188da7c Refactor object and library build, and only build PIC libraries when PIC_CFLAGS is defined by Mike Hommey · 12 years ago
  93. 85221d5 Make versioned shared library suffix configurable by Mike Hommey · 12 years ago
  94. 45f208e Replace fprintf with malloc_printf in tests. by Mike Hommey · 12 years ago
  95. fa08da7 Limit the number of flags directly given to the linker, and refactor rpath by Mike Hommey · 12 years ago
  96. 5bee66d Add variables for library prefix, and static library, object and executable suffixes by Mike Hommey · 12 years ago
  97. 2d04f5e Use make variables instead of preprocessing by Mike Hommey · 12 years ago
  98. 6f2ed70 Use $(LIBS) instead of -lpthread when linking tests by Mike Hommey · 12 years ago
  99. f5e0f52 Remove -dynamic CFLAG on OSX by Mike Hommey · 12 years ago
  100. c751b1c Re-silence -MM compiler invocations. by Jason Evans · 12 years ago