1. 8f61fde Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). by Jason Evans · 8 years ago
  2. 62de768 Update project URL. by Jason Evans · 8 years ago
  3. f19bedb Use <quote>...</quote> rather than &ldquo;...&rdquo; or "..." in XML. by Jason Evans · 8 years ago
  4. b599b32 Add "J" (JSON) support to malloc_stats_print(). by Jason Evans · 8 years ago
  5. 9ebbfca9 Change html manual encoding to UTF-8. by Jason Evans · 8 years ago
  6. 04c3c0f Add the stats.retained and stats.arenas.<i>.retained statistics. by Jason Evans · 8 years ago
  7. 19ff2ce Implement the arena.<i>.reset mallctl. by Jason Evans · 8 years ago
  8. eb68842 Doc typo fixes. by hitstergtd · 8 years ago
  9. b582d2a Update implementation details docs re: PTRDIFF_MAX. by Jason Evans · 8 years ago
  10. 0c516a0 Make *allocx() size class overflow behavior defined. by Jason Evans · 8 years ago
  11. 5ec703d Document the heap profile format. by Jason Evans · 8 years ago
  12. f591d26 Update manual to reflect removal of global huge object tree. by Jason Evans · 8 years ago
  13. 8f683b9 Make opt_narenas unsigned rather than size_t. by Jason Evans · 8 years ago
  14. 243f7a0 Implement decay-based unused dirty page purging. by Jason Evans · 8 years ago
  15. f829009 Add --with-malloc-conf. by Jason Evans · 8 years ago
  16. 109712b Fix a documentation editing error. by Jason Evans · 8 years ago
  17. ea7449f Fix a manual editing error. by Jason Evans · 9 years ago
  18. 92e96e3 Improve arena.<i>.chunk_hooks documentation formatting. by Jason Evans · 9 years ago
  19. 38f8649 Update in-place reallocation documentation. by Jason Evans · 9 years ago
  20. a5dbaef Update large/huge size class cutoff documentation. by Jason Evans · 9 years ago
  21. 8fadb1a Implement chunk hook support for page run commit/decommit. by Jason Evans · 9 years ago
  22. b49a334 Generalize chunk management hooks. by Jason Evans · 9 years ago
  23. f2bc852 Add the config.cache_oblivious mallctl. by Jason Evans · 9 years ago
  24. 5bd8796 Change default chunk size from 256 KiB to 2 MiB. by Jason Evans · 9 years ago
  25. 56048ba Clarify relationship between stats.resident and stats.mapped. by Jason Evans · 9 years ago
  26. 7041720 Rename pprof to jeprof. by Jason Evans · 9 years ago
  27. 8975035 Fix mallctl doc: arenas.hchunk.<i>.size by Qinfan Wu · 9 years ago
  28. 562d266 Add the "stats.arenas.<i>.lg_dirty_mult" mallctl. by Jason Evans · 9 years ago
  29. 4acd75a Add the "stats.allocated" mallctl. by Jason Evans · 9 years ago
  30. 8d6a3e8 Implement dynamic per arena control over dirty page purging. by Jason Evans · 9 years ago
  31. f044bb2 Change default chunk size from 4 MiB to 256 KiB. by Jason Evans · 9 years ago
  32. cbf3a6d Move centralized chunk management into arenas. by Jason Evans · 9 years ago
  33. 1cb181e Implement explicit tcache support. by Jason Evans · 9 years ago
  34. 5b8ed5b Implement the prof.gdump mallctl. by Jason Evans · 9 years ago
  35. 4581b97 Implement metadata statistics. by Jason Evans · 10 years ago
  36. 228b2e9 Document under what circumstances in-place resizing succeeds. by Jason Evans · 9 years ago
  37. 2c5cb61 Introduce two new modes of junk filling: "alloc" and "free". by Guilherme Goncalves · 9 years ago
  38. 9b41ac9 Fix huge allocation statistics. by Jason Evans · 10 years ago
  39. 0cdabd2 Update size class documentation. by Jason Evans · 10 years ago
  40. 3c4d92e Add per size class huge allocation statistics. by Jason Evans · 10 years ago
  41. 57efa7b Avoid atexit(3) when possible, disable prof_final by default. by Jason Evans · 10 years ago
  42. 3c3b3b1 Fix a docbook element nesting nit. by Jason Evans · 10 years ago
  43. a95018e Attempt to expand huge allocations in-place. by Daniel Micay · 10 years ago
  44. e9a3fa2 Add missing header includes in jemalloc/jemalloc.h . by Jason Evans · 10 years ago
  45. fc12c0b Implement/test/fix prof-related mallctl's. by Jason Evans · 10 years ago
  46. 20c31de Test prof.reset mallctl and fix numerous discovered bugs. by Jason Evans · 10 years ago
  47. 4cfe551 Add support for sized deallocation. by Daniel Micay · 10 years ago
  48. 602c8e0 Implement per thread heap profiling. by Jason Evans · 10 years ago
  49. b4d62cd Minor doc edit. by Jason Evans · 10 years ago
  50. e2deab7 Refactor huge allocation to be managed by arenas. by Jason Evans · 10 years ago
  51. fb7fe50 Add support for user-specified chunk allocators/deallocators. by aravind · 10 years ago
  52. bd87b01 Optimize Valgrind integration. by Jason Evans · 10 years ago
  53. ecd3e59 Remove the "opt.valgrind" mallctl. by Jason Evans · 10 years ago
  54. a2c719b Remove the "arenas.purge" mallctl. by Jason Evans · 10 years ago
  55. 4d434ad Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug. by Jason Evans · 10 years ago
  56. 24a4ba7 Update MALLOCX_ARENA() documentation. by Jason Evans · 10 years ago
  57. 9790b96 Remove the *allocm() API, which is superceded by the *allocx() API. by Jason Evans · 10 years ago
  58. 9c62ed4 Document how dss precedence affects huge allocation. by Jason Evans · 10 years ago
  59. b2c3166 Extract profiling code from [re]allocation functions. by Jason Evans · 10 years ago
  60. d8a3900 Fix a few mallctl() documentation errors. by Jason Evans · 10 years ago
  61. de73296 Add mallctl*() unit tests. by Jason Evans · 10 years ago
  62. 1393d79 Remove ENOMEM from the documented set of *mallctl() errors. by Jason Evans · 10 years ago
  63. d82a5e6 Implement the *allocx() API. by Jason Evans · 10 years ago
  64. 39e7fd0 Fix ALLOCM_ARENA(a) handling in rallocm(). by Jason Evans · 11 years ago
  65. aabaf85 Add ids for all mallctl entries. by Jason Evans · 11 years ago
  66. 705328c Clarify how to use malloc_conf. by Jason Evans · 11 years ago
  67. 1bf2743 Add clipping support to lg_chunk option processing. by Jason Evans · 11 years ago
  68. ed90c97 document what stats.active does not track by Jan Beich · 12 years ago
  69. e3d1306 Purge unused dirty pages in a fragmentation-reducing order. by Jason Evans · 12 years ago
  70. 609ae59 Add arena-specific and selective dss allocation. by Jason Evans · 12 years ago
  71. 174b70e Disable tcache by default if running inside Valgrind. by Jason Evans · 12 years ago
  72. 781fe75 Auto-detect whether running inside Valgrind. by Jason Evans · 12 years ago
  73. 80fe047 Generalize "stats.mapped" documentation. by Jason Evans · 12 years ago
  74. 2e671ff Add the --enable-mremap option. by Jason Evans · 12 years ago
  75. d926c90 Fix Valgrind URL in documentation. by Jason Evans · 12 years ago
  76. 8f0e0eb Fix a memory corruption bug in chunk_alloc_dss(). by Jason Evans · 12 years ago
  77. 0b25fe7 Update prof defaults to match common usage. by Jason Evans · 12 years ago
  78. 25a000e Update pprof (from gperftools 2.0). by Jason Evans · 12 years ago
  79. 59ae276 Add the --disable-munmap option. by Jason Evans · 12 years ago
  80. d6abcbb Always disable redzone by default. by Jason Evans · 12 years ago
  81. 122449b Implement Valgrind support, redzones, and quarantine. by Jason Evans · 12 years ago
  82. b147611 Add utrace(2)-based tracing (--enable-utrace). by Jason Evans · 12 years ago
  83. 48db616 Remove obsolete "config.dynamic_page_shift" mallctl documentation. by Jason Evans · 12 years ago
  84. ae4c7b4 Clean up *PAGE* macros. by Jason Evans · 12 years ago
  85. d4be8b7 Add the "thread.tcache.enabled" mallctl. by Jason Evans · 12 years ago
  86. 7091b41 Fix various documentation formatting regressions. by Jason Evans · 12 years ago
  87. e7b8fa1 Rename the "tcache.flush" mallctl to "thread.tcache.flush". by Jason Evans · 12 years ago
  88. 0a0bbf6 Implement aligned_alloc(). by Jason Evans · 12 years ago
  89. 4507f34 Remove the lg_tcache_gc_sweep option. by Jason Evans · 12 years ago
  90. 7e77eaf Add the --disable-experimental option. by Jason Evans · 12 years ago
  91. 7e15dab Add nallocm(). by Jason Evans · 12 years ago
  92. c90ad71 Remove the sysv option. by Jason Evans · 12 years ago
  93. b172610 Simplify small size class infrastructure. by Jason Evans · 12 years ago
  94. 5389146 Remove the opt.lg_prof_bt_max option. by Jason Evans · 12 years ago
  95. 0b526ff Remove the opt.lg_prof_tcmax option. by Jason Evans · 12 years ago
  96. 7468689 Remove highruns statistics. by Jason Evans · 12 years ago
  97. ef8897b Make 8-byte tiny size class non-optional. by Jason Evans · 12 years ago
  98. 4162627 Remove the swap feature. by Jason Evans · 12 years ago
  99. 745e30b Document swap.fds mallctl as read-write. by Jason Evans · 13 years ago
  100. 7427525 Move repo contents in jemalloc/ to top level. by Jason Evans · 13 years ago