1. 79725aa Fix variable declaration with no type in the configure script. by Guilherme Goncalves · 10 years ago
  2. 8f47e3d Merge pull request #151 from thestinger/ralloc by Jason Evans · 10 years ago
  3. a9ea10d use sized deallocation internally for ralloc by Daniel Micay · 10 years ago
  4. c83bccd Initialize chunks_mtx for all configurations. by Jason Evans · 10 years ago
  5. 9673983 Purge/zero sub-chunk huge allocations as necessary. by Jason Evans · 10 years ago
  6. bf8d6a1 Add small run utilization to stats output. by Jason Evans · 10 years ago
  7. acbcbad Thwart compiler optimizations. by Jason Evans · 10 years ago
  8. d1f3ab4 Fix line wrapping. by Jason Evans · 10 years ago
  9. 9b41ac9 Fix huge allocation statistics. by Jason Evans · 10 years ago
  10. 0cdabd2 Update size class documentation. by Jason Evans · 10 years ago
  11. 3c4d92e Add per size class huge allocation statistics. by Jason Evans · 10 years ago
  12. 44c97b7 Fix a prof_tctx_t/prof_tdata_t cleanup race. by Jason Evans · 10 years ago
  13. 381c23d Remove arena_dalloc_bin_run() clean page preservation. by Jason Evans · 10 years ago
  14. 81e5475 Add --with-lg-tiny-min, generalize --with-lg-quantum. by Jason Evans · 10 years ago
  15. 2eb941a Add AC_CACHE_CHECK() for pause instruction. by Jason Evans · 10 years ago
  16. 9b75677 Don't fetch tsd in a0{d,}alloc(). by Jason Evans · 10 years ago
  17. fc0b3b7 Add configure options. by Jason Evans · 10 years ago
  18. b123ddc Don't configure HAVE_SSE2. by Jason Evans · 10 years ago
  19. 57efa7b Avoid atexit(3) when possible, disable prof_final by default. by Jason Evans · 10 years ago
  20. 3a8b9b1 Fix a recursive lock acquisition regression. by Jason Evans · 10 years ago
  21. f22214a Use regular arena allocation for huge tree nodes. by Daniel Micay · 10 years ago
  22. 8bb3198 Refactor/fix arenas manipulation. by Jason Evans · 10 years ago
  23. bf40641 Fix a prof_tctx_t destruction race. by Jason Evans · 10 years ago
  24. 155bfa7 Normalize size classes. by Jason Evans · 10 years ago
  25. 3c3b3b1 Fix a docbook element nesting nit. by Jason Evans · 10 years ago
  26. a95018e Attempt to expand huge allocations in-place. by Daniel Micay · 10 years ago
  27. f11a677 Fix OOM-related regression in arena_tcache_fill_small(). by Jason Evans · 10 years ago
  28. e9a3fa2 Add missing header includes in jemalloc/jemalloc.h . by Jason Evans · 10 years ago
  29. f04a0be Fix prof regressions. by Jason Evans · 10 years ago
  30. 16854eb Don't disable tcache for lazy-lock. by Jason Evans · 10 years ago
  31. 47395a1 Avoid purging in microbench when lazy-lock is enabled. by Jason Evans · 10 years ago
  32. 0800afd Silence a compiler warning. by Jason Evans · 10 years ago
  33. 34e85b4 Make prof-related inline functions always-inline. by Jason Evans · 10 years ago
  34. 29146e9 Don't force TLS on behalf of heap profiling. by Jason Evans · 10 years ago
  35. 029d44c Fix tsd cleanup regressions. by Jason Evans · 10 years ago
  36. a4a972d Fix install_lib target (incorrect jemalloc.pc path). by Jason Evans · 10 years ago
  37. b72d4ab Skip test_prof_thread_name_validation if !config_prof. by Jason Evans · 10 years ago
  38. fc12c0b Implement/test/fix prof-related mallctl's. by Jason Evans · 10 years ago
  39. 551ebc4 Convert to uniform style: cond == false --> !cond by Jason Evans · 10 years ago
  40. ebbd0c9 Remove obsolete comment. by Jason Evans · 10 years ago
  41. 20c31de Test prof.reset mallctl and fix numerous discovered bugs. by Jason Evans · 10 years ago
  42. cc9e626 Refactor permuted backtrace test allocation. by Jason Evans · 10 years ago
  43. f803454 Implement in-place huge allocation shrinking. by Daniel Micay · 10 years ago
  44. 4dcf04b correctly detect adaptive mutexes in pthreads by Eric Wong · 10 years ago
  45. bbc5481 Merge pull request #128 from daverigby/cygwin by Jason Evans · 10 years ago
  46. 5d9732f Merge pull request #129 from daverigby/msvc_lg_floor by Jason Evans · 10 years ago
  47. e3a16fc Mark malloc_conf as a weak symbol by Dave Rigby · 10 years ago
  48. 0c5dd03 Move small run metadata into the arena chunk header. by Jason Evans · 10 years ago
  49. f97e5ac Implement compile-time bitmap size computation. by Jason Evans · 10 years ago
  50. 6ef80d6 Fix profile dumping race. by Jason Evans · 10 years ago
  51. 112704c Use MSVC intrinsics for lg_floor by Dave Rigby · 10 years ago
  52. 70bdee0 autoconf: Support cygwin in addition to mingw by Dave Rigby · 10 years ago
  53. eb5376a Add instructions for installing from non-packaged sources. by Jason Evans · 10 years ago
  54. 5460aa6 Convert all tsd variables to reside in a single tsd structure. by Jason Evans · 10 years ago
  55. 42f5955 Ignore jemalloc.pc . by Jason Evans · 10 years ago
  56. 913e9a8 Generate a pkg-config file by Nick White · 10 years ago
  57. f1cf3ea fix tls_model autoconf test by Daniel Micay · 10 years ago
  58. ebca69c Fixed iOS build after OR1 changes by Valerii Hiora · 10 years ago
  59. 9d8f3d2 Fix prof regressions. by Jason Evans · 10 years ago
  60. c3e9e7b Fix irallocx_prof() sample logic. by Jason Evans · 10 years ago
  61. 9c640bf Apply likely()/unlikely() to allocation/deallocation fast paths. by Jason Evans · 10 years ago
  62. 91566fc Fix mallocx() to always honor MALLOCX_ARENA() when profiling. by Jason Evans · 10 years ago
  63. 23fdf8b mark some conditions as unlikely by Daniel Micay · 10 years ago
  64. 6b5609d add likely / unlikely macros by Daniel Micay · 10 years ago
  65. 61beeb9 Add sdallocx() to list of functions to prune in pprof. by Jason Evans · 10 years ago
  66. 6e73dc1 Fix a profile sampling race. by Jason Evans · 10 years ago
  67. 6fd53da Fix prof_tdata_get()-related regressions. by Jason Evans · 10 years ago
  68. 7c17e16 Fix threaded heap profile bug in pprof. by Jason Evans · 10 years ago
  69. a2260c9 Fix sdallocx() assertion. by Jason Evans · 10 years ago
  70. d95e704 Support threaded heap profiles in pprof by Bert Maher · 10 years ago
  71. ffe9341 Merge pull request #115 from thestinger/isqalloct by Jason Evans · 10 years ago
  72. a62812e fix isqalloct (should call isdalloct) by Daniel Micay · 10 years ago
  73. 4cfe551 Add support for sized deallocation. by Daniel Micay · 10 years ago
  74. c3f8650 Add relevant function attributes to [msn]allocx(). by Jason Evans · 10 years ago
  75. a1f3929 Thwart optimization of free(malloc(1)) in microbench. by Jason Evans · 10 years ago
  76. c54f93f Merge pull request #114 from thestinger/timer by Jason Evans · 10 years ago
  77. c3bfe95 avoid conflict with the POSIX timer_t type by Daniel Micay · 10 years ago
  78. 423d78a Add microbench tests. by Jason Evans · 10 years ago
  79. b67ec3c Add a simple timer implementation for use in benchmarking. by Jason Evans · 10 years ago
  80. 82e88d1 Move typedefs from jemalloc_protos.h.in to jemalloc_typedefs.h.in. by Jason Evans · 10 years ago
  81. b718cf7 Optimize [nmd]alloc() fast paths. by Jason Evans · 10 years ago
  82. c21b05e Whitespace cleanups. by Jason Evans · 10 years ago
  83. ff6a31d Refactor chunk map. by Qinfan Wu · 10 years ago
  84. f34f603 Disable autom4te cache. by Jason Evans · 10 years ago
  85. a5a658a Make VERSION generation more robust. by Jason Evans · 10 years ago
  86. 3ebf6db Merge pull request #108 from wqfish/dev by Jason Evans · 10 years ago
  87. 58799f6 Remove junk filling in tcache_bin_flush_small(). by Qinfan Wu · 10 years ago
  88. 3e24afa Test for availability of malloc hooks via autoconf by Sara Golemon · 10 years ago
  89. 602c8e0 Implement per thread heap profiling. by Jason Evans · 10 years ago
  90. 1628e86 Add rb_empty(). by Jason Evans · 10 years ago
  91. 3a81cbd Dump heap profile backtraces in a stable order. by Jason Evans · 10 years ago
  92. ab532e9 Directly embed prof_ctx_t's bt. by Jason Evans · 10 years ago
  93. b41ccdb Convert prof_tdata_t's bt2cnt to a comprehensive map. by Jason Evans · 10 years ago
  94. 586c8ed Fix arena.<i>.dss mallctl to handle read-only calls. by Jason Evans · 10 years ago
  95. 070b3c3 Fix and refactor runs_dirty-based purging. by Jason Evans · 10 years ago
  96. e8a2fd8 arena->npurgatory is no longer needed since we drop arena's lock by Qinfan Wu · 10 years ago
  97. 90737fc Remove chunks_dirty tree, nruns_avail and nruns_adjac since we no by Qinfan Wu · 10 years ago
  98. e970800 Purge dirty pages from the beginning of the dirty list. by Qinfan Wu · 10 years ago
  99. a244e50 Add dirty page counting for debug by Qinfan Wu · 10 years ago
  100. 04d60a1 Maintain all the dirty runs in a linked list for each arena by Qinfan Wu · 10 years ago