1. 0656ec0 Fix build system problems. by Jason Evans · 14 years ago
  2. af36659 Improve ExtractSymbols (pprof). by Jason Evans · 14 years ago
  3. 7cb5b5e Fix error path in prof_dump(). by Jason Evans · 14 years ago
  4. fd88bd5 Report E/e option state in jemalloc_stats_print(). by Jason Evans · 14 years ago
  5. ec5344e Optimize ExtractSymbols (pprof). by Jason Evans · 14 years ago
  6. a536101 Use addr2line only for --line option (pprof). by Jason Evans · 14 years ago
  7. a91f210 Import pprof from google-perftools, svn r91. by Jason Evans · 14 years ago
  8. 18ad823 Don't disable leak reporting due to sampling. by Jason Evans · 14 years ago
  9. f18c982 Add sampling activation/deactivation control. by Jason Evans · 14 years ago
  10. a02fc08 Make interval-triggered profile dumping optional. by Jason Evans · 14 years ago
  11. 0b270a9 Reduce statistical heap sampling memory overhead. by Jason Evans · 14 years ago
  12. 169cbc1 Re-add purge_lock to funnel madvise(2) calls. by Jason Evans · 14 years ago
  13. c03a63d Set/clear CHUNK_MAP_ZEROED in arena_chunk_purge(). by Jason Evans · 14 years ago
  14. 19b3d61 Track dirty and clean runs separately. by Jason Evans · 14 years ago
  15. dafde14 Remove medium size classes. by Jason Evans · 14 years ago
  16. e69bee0 Fix a run initialization race condition. by Jason Evans · 14 years ago
  17. f00bb7f Add assertions. by Jason Evans · 14 years ago
  18. 6b59744 Widen malloc_stats_print() output columns. by Jason Evans · 14 years ago
  19. d9ef75f arena_chunk_purge() arena->nactive fix. by Jason Evans · 14 years ago
  20. 992242c Change xmallctl() --> CTL_GET() where possible. by Jason Evans · 14 years ago
  21. 19b6a55 Fix malloc_stats_print() man page prototype. by Jason Evans · 14 years ago
  22. e00572b mmap()/munmap() without arena->lock or bin->lock. by Jason Evans · 14 years ago
  23. 05b21be Purge dirty pages without arena->lock. by Jason Evans · 14 years ago
  24. 86815df Push locks into arena bins. by Jason Evans · 14 years ago
  25. 1e0a636 Simplify small object allocation/deallocation. by Jason Evans · 14 years ago
  26. 3fa9a2f Simplify tcache object caching. by Jason Evans · 14 years ago
  27. 2caa471 Modify dirty page purging algorithm. by Jason Evans · 14 years ago
  28. 3c2d9c8 Print version in malloc_stats_print(). by Jason Evans · 14 years ago
  29. 698805c Simplify malloc_message(). by Jason Evans · 14 years ago
  30. cfeccd3 Fix various config/build issues. by Jason Evans · 14 years ago
  31. 9df0215 Move sampling init into prof_alloc_prep(). by Jason Evans · 14 years ago
  32. ca6bd4f Add the --with-static-libunwind configure option. by Jason Evans · 14 years ago
  33. a40bc7a Add release versioning support. by Jason Evans · 14 years ago
  34. 22ca855 Allow prof.dump mallctl to specify filename. by Jason Evans · 14 years ago
  35. 74025c8 Edit rb documentation. by Jason Evans · 14 years ago
  36. b9477e7 Implement sampling for heap profiling. by Jason Evans · 14 years ago
  37. f3ff752 Rewrite red-black trees. by Jason Evans · 14 years ago
  38. fbb504d Don't implicitly enable interval-based profiling. by Jason Evans · 14 years ago
  39. f894f74 Fix a bug in nmalloc stats. by Jason Evans · 15 years ago
  40. 65aae2c Fix a man page typo. by Jason Evans · 15 years ago
  41. 3b5ee5e Fix #include ordering for mb.h. by Jason Evans · 15 years ago
  42. 59e9be0 Avoid extra dumping for JEMALLOC_OPTIONS=L. by Jason Evans · 15 years ago
  43. cd90fca Wrap mallctl* references with JEMALLOC_P(). by Jason Evans · 15 years ago
  44. 376b152 Restructure source tree. by Jason Evans · 15 years ago
  45. fe5faa2 Remove tracing (--enable-trace). by Jason Evans · 15 years ago
  46. d34f9e7 Implement interval-based heap profile dumping. by Jason Evans · 15 years ago
  47. b01a6c2 Add JEMALLOC_PROF_PREFIX support. by Jason Evans · 15 years ago
  48. c717718 Dump /proc/<pid>/maps in heap profiles. by Jason Evans · 15 years ago
  49. 3383af6 Fix a profiling bootstrap bug. by Jason Evans · 15 years ago
  50. b27805b Various heap profiling improvements. by Jason Evans · 15 years ago
  51. 6109fe0 Implement allocation profiling and leack checking. by Jason Evans · 15 years ago
  52. 1366826 Fix some comments and whitespace. by Jason Evans · 15 years ago
  53. 990d10c Fix large object stats collection bugs. by Jason Evans · 15 years ago
  54. a0bf242 Fix bootstrapping crash. by Jason Evans · 15 years ago
  55. d8f565f Remove tcache bin sorting during flush. by Jason Evans · 15 years ago
  56. c66aaf1 Statistics fixes and cleanup. by Jason Evans · 15 years ago
  57. 4fb7f51 Fix a chunk leak in chunk_alloc_mmap(). by Jason Evans · 15 years ago
  58. 9583331 madvise(..., MADV_{RANODOM,NOSYNC}) swap files. by Jason Evans · 15 years ago
  59. 3c23435 Implement mallctl{nametomib,bymib}(). by Jason Evans · 15 years ago
  60. fbbb624 Simplify malloc_{pre,post}fork(). by Jason Evans · 15 years ago
  61. 68ddb67 Print merged arena stats iff multiple arenas. by Jason Evans · 15 years ago
  62. 41631d0 Modify chunk_alloc() to support optional zeroing. by Jason Evans · 15 years ago
  63. bc25a47 Various minor cleanups. by Jason Evans · 15 years ago
  64. 4201af0 Add the --enable-swap configure option. by Jason Evans · 15 years ago
  65. ed1bf45 Add the w4opaque argument to numerous functions. by Jason Evans · 15 years ago
  66. b34e868 Add merged arena stats printing. by Jason Evans · 15 years ago
  67. 3363a84 Merge branch 'disable-tls' by Jason Evans · 15 years ago
  68. 00b5c93 Add the write4 parameter to malloc_stats_print(). by Jason Evans · 15 years ago
  69. 78d815c Add the --disable-tls configure option. by Jason Evans · 15 years ago
  70. b0fd501 Add the --with-install-suffix configure option. by Jason Evans · 15 years ago
  71. bbaaecb Convert .hgignore to .gitignore. by Jason Evans · 15 years ago
  72. e476f8a Refactor jemalloc.c into multiple source files. by Jason Evans · 15 years ago
  73. 64bd766 Support malloc() even after tcache destruction has occurred, since other tsd by Jason Evans · 15 years ago
  74. 79a7869 Fix some other minor build system bugs. by Jason Evans · 15 years ago
  75. e9db6c9 Add the S/s JEMALLOC_OPTIONS flags to enable/disable tcache bin sorting. by Jason Evans · 15 years ago
  76. 279e09d Enhance the H/h MALLOC_OPTIONS flags to control the number of tcache bin slots, by Jason Evans · 15 years ago
  77. 3f3ecfb Enhance the G/g MALLOC_OPTIONS flags to control GC sweep interval, rather than by Jason Evans · 15 years ago
  78. 952b7d1 Split run deallocation out of arena_dalloc_bin(), into arena_dalloc_bin_run(). by Jason Evans · 15 years ago
  79. 03c2237 Make malloc_stats_print() a public symbol, and make it repeatedly callable. by Jason Evans · 15 years ago
  80. 9ad4823 Simplify JEMALLOC_ATTR_* macros to become JEMALLOC_ATTR(). by Jason Evans · 15 years ago
  81. bf10ae6 Build libjemalloc_pic.a. by Jason Evans · 15 years ago
  82. 0b2368a Add the COPYING file, and consolidate copyright/licensing information. by Jason Evans · 15 years ago
  83. 41e008b Fix the 'clean' build target to delete binaries. by Jason Evans · 15 years ago
  84. e888879 Implement per size class stats collection for large objects. by Jason Evans · 15 years ago
  85. 45c128d Base maximum dirty page count on proportion of active memory. by Jason Evans · 15 years ago
  86. 6c8b13b Update description of --with-rpath. by Jason Evans · 15 years ago
  87. 94ad2b5 Use "lg" prefix rather than "2pow" suffix to indicate base 2 logarithms. by Jason Evans · 15 years ago
  88. d64d444 Modify pthread_create() wrapper such that isthreaded is only set once. by Jason Evans · 15 years ago
  89. f251814 Handle 0-size allocation requests in posix_memalign(). by Jason Evans · 15 years ago
  90. 84cbbcb Convert thread-specific caching from magazines, and implement incremental GC. by Jason Evans · 15 years ago
  91. b237816 Add support for medium size classes, [4KiB..32KiB], 2KiB apart by default. by Jason Evans · 15 years ago
  92. 6d7bb53 Remove opt_dss and opt_mmap, such that if DSS allocation is enabled, both DSS by Jason Evans · 15 years ago
  93. 5463a52 Streamline the fast path for magazine-based allocation/deallocation. by Jason Evans · 15 years ago
  94. 3ee7a5c Remove the dynamic rebalancing code, since magazines reduce its utility. by Jason Evans · 15 years ago
  95. 569432c Implement thread-aware allocation event tracing. by Jason Evans · 15 years ago
  96. 90895cf Add --with-jemalloc-prefix, which supports API mangling. by Jason Evans · 15 years ago
  97. bca042d Use __restrict rather than restrict. by Jason Evans · 15 years ago
  98. 87704ea Make sure that there are no more than 256 size clases, since size2bin can only by Jason Evans · 15 years ago
  99. 1517cc6 Integrate architecture portability fixes. by Jason Evans · 15 years ago
  100. a162402 Fix configure docs (--enable-lazy-lock --> --disable-lazy-lock). by Jason Evans · 15 years ago