1. 70bdee0 autoconf: Support cygwin in addition to mingw by Dave Rigby · 10 years ago
  2. eb5376a Add instructions for installing from non-packaged sources. by Jason Evans · 10 years ago
  3. 5460aa6 Convert all tsd variables to reside in a single tsd structure. by Jason Evans · 10 years ago
  4. 42f5955 Ignore jemalloc.pc . by Jason Evans · 10 years ago
  5. 913e9a8 Generate a pkg-config file by Nick White · 10 years ago
  6. f1cf3ea fix tls_model autoconf test by Daniel Micay · 10 years ago
  7. ebca69c Fixed iOS build after OR1 changes by Valerii Hiora · 10 years ago
  8. 9d8f3d2 Fix prof regressions. by Jason Evans · 10 years ago
  9. c3e9e7b Fix irallocx_prof() sample logic. by Jason Evans · 10 years ago
  10. 9c640bf Apply likely()/unlikely() to allocation/deallocation fast paths. by Jason Evans · 10 years ago
  11. 91566fc Fix mallocx() to always honor MALLOCX_ARENA() when profiling. by Jason Evans · 10 years ago
  12. 23fdf8b mark some conditions as unlikely by Daniel Micay · 10 years ago
  13. 6b5609d add likely / unlikely macros by Daniel Micay · 10 years ago
  14. 61beeb9 Add sdallocx() to list of functions to prune in pprof. by Jason Evans · 10 years ago
  15. 6e73dc1 Fix a profile sampling race. by Jason Evans · 10 years ago
  16. 6fd53da Fix prof_tdata_get()-related regressions. by Jason Evans · 10 years ago
  17. 7c17e16 Fix threaded heap profile bug in pprof. by Jason Evans · 10 years ago
  18. a2260c9 Fix sdallocx() assertion. by Jason Evans · 10 years ago
  19. d95e704 Support threaded heap profiles in pprof by Bert Maher · 10 years ago
  20. ffe9341 Merge pull request #115 from thestinger/isqalloct by Jason Evans · 10 years ago
  21. a62812e fix isqalloct (should call isdalloct) by Daniel Micay · 10 years ago
  22. 4cfe551 Add support for sized deallocation. by Daniel Micay · 10 years ago
  23. c3f8650 Add relevant function attributes to [msn]allocx(). by Jason Evans · 10 years ago
  24. a1f3929 Thwart optimization of free(malloc(1)) in microbench. by Jason Evans · 10 years ago
  25. c54f93f Merge pull request #114 from thestinger/timer by Jason Evans · 10 years ago
  26. c3bfe95 avoid conflict with the POSIX timer_t type by Daniel Micay · 10 years ago
  27. 423d78a Add microbench tests. by Jason Evans · 10 years ago
  28. b67ec3c Add a simple timer implementation for use in benchmarking. by Jason Evans · 10 years ago
  29. 82e88d1 Move typedefs from jemalloc_protos.h.in to jemalloc_typedefs.h.in. by Jason Evans · 10 years ago
  30. b718cf7 Optimize [nmd]alloc() fast paths. by Jason Evans · 10 years ago
  31. c21b05e Whitespace cleanups. by Jason Evans · 10 years ago
  32. ff6a31d Refactor chunk map. by Qinfan Wu · 10 years ago
  33. f34f603 Disable autom4te cache. by Jason Evans · 10 years ago
  34. a5a658a Make VERSION generation more robust. by Jason Evans · 10 years ago
  35. 3ebf6db Merge pull request #108 from wqfish/dev by Jason Evans · 10 years ago
  36. 58799f6 Remove junk filling in tcache_bin_flush_small(). by Qinfan Wu · 10 years ago
  37. 3e24afa Test for availability of malloc hooks via autoconf by Sara Golemon · 10 years ago
  38. 602c8e0 Implement per thread heap profiling. by Jason Evans · 10 years ago
  39. 1628e86 Add rb_empty(). by Jason Evans · 10 years ago
  40. 3a81cbd Dump heap profile backtraces in a stable order. by Jason Evans · 10 years ago
  41. ab532e9 Directly embed prof_ctx_t's bt. by Jason Evans · 10 years ago
  42. b41ccdb Convert prof_tdata_t's bt2cnt to a comprehensive map. by Jason Evans · 10 years ago
  43. 586c8ed Fix arena.<i>.dss mallctl to handle read-only calls. by Jason Evans · 10 years ago
  44. 070b3c3 Fix and refactor runs_dirty-based purging. by Jason Evans · 10 years ago
  45. e8a2fd8 arena->npurgatory is no longer needed since we drop arena's lock by Qinfan Wu · 10 years ago
  46. 90737fc Remove chunks_dirty tree, nruns_avail and nruns_adjac since we no by Qinfan Wu · 10 years ago
  47. e970800 Purge dirty pages from the beginning of the dirty list. by Qinfan Wu · 10 years ago
  48. a244e50 Add dirty page counting for debug by Qinfan Wu · 10 years ago
  49. 04d60a1 Maintain all the dirty runs in a linked list for each arena by Qinfan Wu · 10 years ago
  50. dd03242 Merge pull request #105 from psi-mankoski/dev by Jason Evans · 10 years ago
  51. 011dde9 Set VERSION also when the source directory is a git submodule using a ".git" file pointing to the repo. directory. by Psi Mankoski · 10 years ago
  52. 1522937 Fix the cactive statistic. by Jason Evans · 10 years ago
  53. a2ea54c Add atomic operations tests and fix latent bugs. by Jason Evans · 10 years ago
  54. 7f944aa Merge pull request #103 from wqfish/dev by Jason Evans · 10 years ago
  55. ea73eb8 Reintroduce the comment that was removed in f9ff603. by Qinfan Wu · 10 years ago
  56. 55c9aa1 Fix the bug that causes not allocating free run with lowest address. by Qinfan Wu · 10 years ago
  57. 095819f Merge pull request #102 from mneumann/dfly by Jason Evans · 10 years ago
  58. cf6032d Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in configure by Mike Hommey · 10 years ago
  59. d79d59b Merge pull request #96 from manuelafm/dev by Jason Evans · 10 years ago
  60. 1aa25a3 Support DragonFlyBSD by Michael Neumann · 10 years ago
  61. b433d7a Update config.{guess,sub} to more recent versions, to add better support to OpenRISC/or1k (among others) by Manuel A. Fernandez Montecelo · 10 years ago
  62. ffa2598 Add OpenRISC/or1k LG_QUANTUM size definition by Manuel A. Fernandez Montecelo · 10 years ago
  63. 087ef3b Merge pull request #88 from sstewartgallus/fix-bashisms by Jason Evans · 10 years ago
  64. 79230fe Fix unportable == operator in configure scripts by Steven Stewart-Gallus · 10 years ago
  65. c521df5 Allow to build with clang-cl by Mike Hommey · 10 years ago
  66. 6f533c1 Ensure the default purgeable zone is after the default zone on OS X by Mike Hommey · 10 years ago
  67. 5921ba7 Support for iOS compilation by Valerii Hiora · 10 years ago
  68. 8f50ec8 Use JEMALLOC_INTERNAL_FFSL in STATIC_PAGE_SHIFT test by Mike Hommey · 10 years ago
  69. 1a3eafd Check for __builtin_ffsl before ffsl. by Mike Hommey · 10 years ago
  70. 994fad9 Add check for madvise(2) to configure.ac. by Richard Diamond · 10 years ago
  71. 70807bc Fix -Wsometimes-uninitialized warnings by Chris Peterson · 10 years ago
  72. 3e310b3 Fix -Wsign-compare warnings by Chris Peterson · 10 years ago
  73. 94ed681 Don't catch fork()ing events for Native Client. by Richard Diamond · 10 years ago
  74. 9c3a10f Try to use __builtin_ffsl if ffsl is unavailable. by Richard Diamond · 10 years ago
  75. 0b5c922 Fix fallback lg_floor() implementations. by Jason Evans · 10 years ago
  76. 6f6704c Make in-tree MSVC builds work by Mike Hommey · 10 years ago
  77. 8c61575 Add -FS flag to support parallel builds with MSVC 2013 by Mike Hommey · 10 years ago
  78. ff2e999 Don't use msvc_compat's C99 headers with MSVC versions that have (some) C99 support by Mike Hommey · 10 years ago
  79. 999e1b5 Fix thd_join on win64 by Mike Hommey · 10 years ago
  80. 1f6d77e Use KQU() rather than QU() where applicable. by Jason Evans · 10 years ago
  81. d04047c Add size class computation capability. by Jason Evans · 10 years ago
  82. 9911862 Use nallocx() rather than mallctl() to trigger initialization. by Jason Evans · 10 years ago
  83. 26f44df Make sure initialization occurs prior to running tests. by Jason Evans · 10 years ago
  84. ccf0466 STATIC_PAGE_SHIFT for cross-compiling jemalloc by Daniel Micay · 10 years ago
  85. b54aef1 Fixup after 3a730df (Avoid pointer arithmetic on void*[...]) by Mike Hommey · 10 years ago
  86. 17767b5 Correctly return exit code from thd_join on Windows by Mike Hommey · 10 years ago
  87. 26246af Define INFINITY when it's not defined by Mike Hommey · 10 years ago
  88. 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
  89. affe009 Use a configure test to detect the form of malloc_usable_size in malloc.h by Mike Hommey · 10 years ago
  90. 22bc570 Move __func__ to jemalloc_internal_macros.h by Mike Hommey · 10 years ago
  91. a9df1ae Use ULL prefix instead of LLU for unsigned long longs by Mike Hommey · 10 years ago
  92. 3a730df Avoid pointer arithmetic on void* in test/integration/rallocx.c by Mike Hommey · 10 years ago
  93. 86e2e70 Rename "small" local variable, because windows headers #define it by Mike Hommey · 10 years ago
  94. 7330c37 Use C99 varadic macros instead of GCC ones by Mike Hommey · 10 years ago
  95. 1ad4a6e Add missing $(EXE) to filter TESTS_UNIT_AUX_OBJS by Mike Hommey · 10 years ago
  96. f41f143 Replace variable arrays in tests with VARIABLE_ARRAY by Mike Hommey · 10 years ago
  97. d6fd114 Define DLLEXPORT when building .jet objects by Mike Hommey · 10 years ago
  98. 47d58a0 Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.c by Mike Hommey · 10 years ago
  99. ed0b0ec Fix manual dependency on jemalloc_test.h by Mike Hommey · 10 years ago
  100. b4d62cd Minor doc edit. by Jason Evans · 10 years ago