1. f888031 Put VERSION file in object directory by Dan McGregor · 10 years ago
  2. ab5e379 Build docs in object directory by Dan McGregor · 10 years ago
  3. bec6a8d Implement the jemalloc-config script. by Jason Evans · 10 years ago
  4. 2c5cb61 Introduce two new modes of junk filling: "alloc" and "free". by Guilherme Goncalves · 10 years ago
  5. fc0b3b7 Add configure options. by Jason Evans · 10 years ago
  6. a4a972d Fix install_lib target (incorrect jemalloc.pc path). by Jason Evans · 10 years ago
  7. fc12c0b Implement/test/fix prof-related mallctl's. by Jason Evans · 10 years ago
  8. cc9e626 Refactor permuted backtrace test allocation. by Jason Evans · 10 years ago
  9. 913e9a8 Generate a pkg-config file by Nick White · 10 years ago
  10. 4cfe551 Add support for sized deallocation. by Daniel Micay · 10 years ago
  11. 423d78a Add microbench tests. by Jason Evans · 10 years ago
  12. b67ec3c Add a simple timer implementation for use in benchmarking. by Jason Evans · 10 years ago
  13. f34f603 Disable autom4te cache. by Jason Evans · 10 years ago
  14. a2ea54c Add atomic operations tests and fix latent bugs. by Jason Evans · 10 years ago
  15. cf6032d Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in configure by Mike Hommey · 10 years ago
  16. 1ad4a6e Add missing $(EXE) to filter TESTS_UNIT_AUX_OBJS by Mike Hommey · 10 years ago
  17. d6fd114 Define DLLEXPORT when building .jet objects by Mike Hommey · 10 years ago
  18. ed0b0ec Fix manual dependency on jemalloc_test.h by Mike Hommey · 10 years ago
  19. e2deab7 Refactor huge allocation to be managed by arenas. by Jason Evans · 10 years ago
  20. fb7fe50 Add support for user-specified chunk allocators/deallocators. by aravind · 10 years ago
  21. bd87b01 Optimize Valgrind integration. by Jason Evans · 10 years ago
  22. 9790b96 Remove the *allocm() API, which is superceded by the *allocx() API. by Jason Evans · 10 years ago
  23. c2dcfd8 Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test. by Jason Evans · 10 years ago
  24. ad47e89 Break prof_accum into multiple compilation units. by Jason Evans · 11 years ago
  25. 772163b Add heap profiling tests. by Jason Evans · 11 years ago
  26. f234dc5 Fix name mangling for stress tests. by Jason Evans · 11 years ago
  27. 6b694c4 Add junk/zero filling unit tests, and fix discovered bugs. by Jason Evans · 11 years ago
  28. e18c25d Add util unit tests, and fix discovered bugs. by Jason Evans · 11 years ago
  29. 981bb49 Add unit tests for qr, ql, and rb. by Jason Evans · 11 years ago
  30. b980cc7 Add rtree unit tests. by Jason Evans · 11 years ago
  31. 0a86966 Add stats unit tests. by Jason Evans · 11 years ago
  32. de73296 Add mallctl*() unit tests. by Jason Evans · 11 years ago
  33. 0d6c5d8 Add quarantine unit tests. by Jason Evans · 11 years ago
  34. e6b7aa4 Add hash (MurmurHash3) tests. by Jason Evans · 11 years ago
  35. e948fa6 Add ckh unit tests. by Jason Evans · 11 years ago
  36. d82a5e6 Implement the *allocx() API. by Jason Evans · 11 years ago
  37. 0f4f1ef Add mq (message queue) to test infrastructure. by Jason Evans · 11 years ago
  38. b1941c6 Add probabability distribution utility code. by Jason Evans · 11 years ago
  39. 80061b6 Integrate SFMT 1.3.3 into test infrastructure. by Jason Evans · 11 years ago
  40. 2a83ed0 Refactor tests. by Jason Evans · 11 years ago
  41. 748dfac Add test code coverage analysis. by Jason Evans · 11 years ago
  42. 14990b8 Fix test refactoring issues for Linux. by Jason Evans · 11 years ago
  43. 72284f0 Add tsd test. by Jason Evans · 11 years ago
  44. 95424fc Fix build target to be build_lib, as documented. by Jason Evans · 11 years ago
  45. 86abd0d Refactor to support more varied testing. by Jason Evans · 11 years ago
  46. 80ddf49 Fix build break for MSVC. by Jason Evans · 11 years ago
  47. ad505e0 Allow toolchain to determine ar by Jory A. Pratt · 11 years ago
  48. 42ba90e Update phony targets. by Jason Evans · 12 years ago
  49. d0357f7 Allow to disable the zone allocator on Darwin by Mike Hommey · 12 years ago
  50. 609ae59 Add arena-specific and selective dss allocation. by Jason Evans · 12 years ago
  51. 79c4bca Use "hardcoded" dependencies when compiler doesn't support -MM by Mike Hommey · 12 years ago
  52. fd97b1d Add support for MSVC by Mike Hommey · 12 years ago
  53. 598779a Don't link tests with superfluous libraries. by Jason Evans · 12 years ago
  54. 079687b Clean up documentation and formatting. by Jason Evans · 12 years ago
  55. a19e87f Add support for Mingw by Mike Hommey · 12 years ago
  56. 188da7c Refactor object and library build, and only build PIC libraries when PIC_CFLAGS is defined by Mike Hommey · 12 years ago
  57. 85221d5 Make versioned shared library suffix configurable by Mike Hommey · 12 years ago
  58. 45f208e Replace fprintf with malloc_printf in tests. by Mike Hommey · 12 years ago
  59. fa08da7 Limit the number of flags directly given to the linker, and refactor rpath by Mike Hommey · 12 years ago
  60. 5bee66d Add variables for library prefix, and static library, object and executable suffixes by Mike Hommey · 12 years ago
  61. 2d04f5e Use make variables instead of preprocessing by Mike Hommey · 12 years ago
  62. 6f2ed70 Use $(LIBS) instead of -lpthread when linking tests by Mike Hommey · 12 years ago
  63. f5e0f52 Remove -dynamic CFLAG on OSX by Mike Hommey · 12 years ago
  64. c751b1c Re-silence -MM compiler invocations. by Jason Evans · 12 years ago
  65. fd5c364 Use -MT options to build dependency files by Mike Hommey · 12 years ago
  66. 927893b Remove bogus dependency by Mike Hommey · 12 years ago
  67. 122449b Implement Valgrind support, redzones, and quarantine. by Jason Evans · 12 years ago
  68. a8683fb Ignore whitespaces when comparing test results with expected output by Mike Hommey · 12 years ago
  69. f004737 Revert "Avoid NULL check in free() and malloc_usable_size()." by Jason Evans · 12 years ago
  70. 96d4120 Avoid NULL check in free() and malloc_usable_size(). by Jason Evans · 12 years ago
  71. d4be8b7 Add the "thread.tcache.enabled" mallctl. by Jason Evans · 12 years ago
  72. cd9a134 Implement tsd. by Jason Evans · 12 years ago
  73. 0a0bbf6 Implement aligned_alloc(). by Jason Evans · 13 years ago
  74. d81e4bd Implement malloc_vsnprintf(). by Jason Evans · 13 years ago
  75. 7e77eaf Add the --disable-experimental option. by Jason Evans · 13 years ago
  76. 7b398ac Add fine-grained build/install targets. by Jason Evans · 13 years ago
  77. 4162627 Remove the swap feature. by Jason Evans · 13 years ago
  78. f576c63 Refactor SO and REV make variables. by Jason Evans · 13 years ago
  79. 2bd3cbc add autogenerated jemalloc.sh wrapper script by Antony Dovgal · 13 years ago
  80. 408ade6 Makefile.in - test/allocated requires pthread by Nathan McSween · 13 years ago
  81. 7427525 Move repo contents in jemalloc/ to top level. by Jason Evans · 13 years ago