1. 0cadb31 Rename pprof to jeprof. by Jason Evans · 9 years ago
  2. 1934e7a Fix mallctl doc: arenas.hchunk.<i>.size by Qinfan Wu · 9 years ago
  3. 83e5767 Revert "Revert "Merge remote-tracking branch 'aosp/upstream-dev' into merge"" by Christopher Ferris · 9 years ago
  4. 75929a9 Revert "Merge remote-tracking branch 'aosp/upstream-dev' into merge" by Nicolas Geoffray · 9 years ago
  5. 562d266 Add the "stats.arenas.<i>.lg_dirty_mult" mallctl. by Jason Evans · 9 years ago
  6. 4acd75a Add the "stats.allocated" mallctl. by Jason Evans · 9 years ago
  7. 8d6a3e8 Implement dynamic per arena control over dirty page purging. by Jason Evans · 9 years ago
  8. f044bb2 Change default chunk size from 4 MiB to 256 KiB. by Jason Evans · 9 years ago
  9. cbf3a6d Move centralized chunk management into arenas. by Jason Evans · 9 years ago
  10. 1cb181e Implement explicit tcache support. by Jason Evans · 9 years ago
  11. 5b8ed5b Implement the prof.gdump mallctl. by Jason Evans · 9 years ago
  12. 4581b97 Implement metadata statistics. by Jason Evans · 10 years ago
  13. 228b2e9 Document under what circumstances in-place resizing succeeds. by Jason Evans · 9 years ago
  14. 2c5cb61 Introduce two new modes of junk filling: "alloc" and "free". by Guilherme Goncalves · 9 years ago
  15. 9b41ac9 Fix huge allocation statistics. by Jason Evans · 10 years ago
  16. 0cdabd2 Update size class documentation. by Jason Evans · 10 years ago
  17. 3c4d92e Add per size class huge allocation statistics. by Jason Evans · 10 years ago
  18. 57efa7b Avoid atexit(3) when possible, disable prof_final by default. by Jason Evans · 10 years ago
  19. 3c3b3b1 Fix a docbook element nesting nit. by Jason Evans · 10 years ago
  20. a95018e Attempt to expand huge allocations in-place. by Daniel Micay · 10 years ago
  21. e9a3fa2 Add missing header includes in jemalloc/jemalloc.h . by Jason Evans · 10 years ago
  22. fc12c0b Implement/test/fix prof-related mallctl's. by Jason Evans · 10 years ago
  23. 20c31de Test prof.reset mallctl and fix numerous discovered bugs. by Jason Evans · 10 years ago
  24. 4cfe551 Add support for sized deallocation. by Daniel Micay · 10 years ago
  25. 602c8e0 Implement per thread heap profiling. by Jason Evans · 10 years ago
  26. b4d62cd Minor doc edit. by Jason Evans · 10 years ago
  27. e2deab7 Refactor huge allocation to be managed by arenas. by Jason Evans · 10 years ago
  28. fb7fe50 Add support for user-specified chunk allocators/deallocators. by aravind · 10 years ago
  29. bd87b01 Optimize Valgrind integration. by Jason Evans · 10 years ago
  30. ecd3e59 Remove the "opt.valgrind" mallctl. by Jason Evans · 10 years ago
  31. a2c719b Remove the "arenas.purge" mallctl. by Jason Evans · 10 years ago
  32. 4d434ad Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug. by Jason Evans · 10 years ago
  33. 24a4ba7 Update MALLOCX_ARENA() documentation. by Jason Evans · 10 years ago
  34. 9790b96 Remove the *allocm() API, which is superceded by the *allocx() API. by Jason Evans · 10 years ago
  35. 9c62ed4 Document how dss precedence affects huge allocation. by Jason Evans · 10 years ago
  36. b2c3166 Extract profiling code from [re]allocation functions. by Jason Evans · 10 years ago
  37. d8a3900 Fix a few mallctl() documentation errors. by Jason Evans · 10 years ago
  38. de73296 Add mallctl*() unit tests. by Jason Evans · 10 years ago
  39. 1393d79 Remove ENOMEM from the documented set of *mallctl() errors. by Jason Evans · 10 years ago
  40. d82a5e6 Implement the *allocx() API. by Jason Evans · 10 years ago
  41. 39e7fd0 Fix ALLOCM_ARENA(a) handling in rallocm(). by Jason Evans · 11 years ago
  42. aabaf85 Add ids for all mallctl entries. by Jason Evans · 11 years ago
  43. 705328c Clarify how to use malloc_conf. by Jason Evans · 11 years ago
  44. 1bf2743 Add clipping support to lg_chunk option processing. by Jason Evans · 11 years ago
  45. ed90c97 document what stats.active does not track by Jan Beich · 12 years ago
  46. e3d1306 Purge unused dirty pages in a fragmentation-reducing order. by Jason Evans · 12 years ago
  47. 609ae59 Add arena-specific and selective dss allocation. by Jason Evans · 12 years ago
  48. 174b70e Disable tcache by default if running inside Valgrind. by Jason Evans · 12 years ago
  49. 781fe75 Auto-detect whether running inside Valgrind. by Jason Evans · 12 years ago
  50. 80fe047 Generalize "stats.mapped" documentation. by Jason Evans · 12 years ago
  51. 2e671ff Add the --enable-mremap option. by Jason Evans · 12 years ago
  52. d926c90 Fix Valgrind URL in documentation. by Jason Evans · 12 years ago
  53. 8f0e0eb Fix a memory corruption bug in chunk_alloc_dss(). by Jason Evans · 12 years ago
  54. 0b25fe7 Update prof defaults to match common usage. by Jason Evans · 12 years ago
  55. 25a000e Update pprof (from gperftools 2.0). by Jason Evans · 12 years ago
  56. 59ae276 Add the --disable-munmap option. by Jason Evans · 12 years ago
  57. d6abcbb Always disable redzone by default. by Jason Evans · 12 years ago
  58. 122449b Implement Valgrind support, redzones, and quarantine. by Jason Evans · 12 years ago
  59. b147611 Add utrace(2)-based tracing (--enable-utrace). by Jason Evans · 12 years ago
  60. 48db616 Remove obsolete "config.dynamic_page_shift" mallctl documentation. by Jason Evans · 12 years ago
  61. ae4c7b4 Clean up *PAGE* macros. by Jason Evans · 12 years ago
  62. d4be8b7 Add the "thread.tcache.enabled" mallctl. by Jason Evans · 12 years ago
  63. 7091b41 Fix various documentation formatting regressions. by Jason Evans · 12 years ago
  64. e7b8fa1 Rename the "tcache.flush" mallctl to "thread.tcache.flush". by Jason Evans · 12 years ago
  65. 0a0bbf6 Implement aligned_alloc(). by Jason Evans · 12 years ago
  66. 4507f34 Remove the lg_tcache_gc_sweep option. by Jason Evans · 12 years ago
  67. 7e77eaf Add the --disable-experimental option. by Jason Evans · 12 years ago
  68. 7e15dab Add nallocm(). by Jason Evans · 12 years ago
  69. c90ad71 Remove the sysv option. by Jason Evans · 12 years ago
  70. b172610 Simplify small size class infrastructure. by Jason Evans · 12 years ago
  71. 5389146 Remove the opt.lg_prof_bt_max option. by Jason Evans · 12 years ago
  72. 0b526ff Remove the opt.lg_prof_tcmax option. by Jason Evans · 12 years ago
  73. 7468689 Remove highruns statistics. by Jason Evans · 12 years ago
  74. ef8897b Make 8-byte tiny size class non-optional. by Jason Evans · 12 years ago
  75. 4162627 Remove the swap feature. by Jason Evans · 12 years ago
  76. 745e30b Document swap.fds mallctl as read-write. by Jason Evans · 13 years ago
  77. 7427525 Move repo contents in jemalloc/ to top level. by Jason Evans · 13 years ago