1. a32b7bd Mallctl: Add arenas.lookup by Latchesar Ionkov · 6 years ago
  2. 0258542 Document liveness requirements for extent_hooks_t structures. by Qi Wang · 6 years ago
  3. 8b14f3a background_thread: add max thread count config by Dave Watson · 6 years ago
  4. e4f090e Add opt.thp which allows explicit hugepage usage. by Qi Wang · 6 years ago
  5. efa4053 Remove config.thp which wasn't in use. by Qi Wang · 6 years ago
  6. fac7068 Add opt.lg_extent_max_active_fit by Qi Wang · 7 years ago
  7. e422fa8 Add arena.i.retain_grow_limit by Qi Wang · 7 years ago
  8. fc83de0 Document the potential issues about opt.background_thread. by Qi Wang · 7 years ago
  9. cf47384 Fix a link for dirty_decay_ms in manual. by Qi Wang · 7 years ago
  10. e55c3ca Add stats for metadata_thp. by Qi Wang · 7 years ago
  11. 47b20bb Change opt.metadata_thp to [disabled,auto,always]. by Qi Wang · 7 years ago
  12. 8fdd9a5 Implement opt.metadata_thp by Qi Wang · 7 years ago
  13. b83b5ad Not re-enable background thread after fork. by Qi Wang · 7 years ago
  14. 685c97f More thoroughly document the *.{nmalloc,ndalloc,nrequests} mallctls. by Jason Evans · 7 years ago
  15. c606a87 Add the --disable-thp option to support cross compiling. by Jason Evans · 7 years ago
  16. d5ef5ae Add opt.stats_print_opts. by Qi Wang · 7 years ago
  17. b86d271 Added opt_abort_conf: abort on invalid config options. by Qi Wang · 7 years ago
  18. 36195c8 Disable percpu_arena by default. by Jason Evans · 7 years ago
  19. 44559e7 Add documentation for background_thread related options. by Qi Wang · 7 years ago
  20. 6e62c62 Refactor *decay_time into *decay_ms. by Jason Evans · 7 years ago
  21. baf3e29 Add stats: arena uptime. by Qi Wang · 7 years ago
  22. c86c8f4 Add extent_destroy_t and use it during arena destruction. by Jason Evans · 7 years ago
  23. b9ab04a Refactor !opt.munmap to opt.retain. by Jason Evans · 7 years ago
  24. c67c3e4 Replace --disable-munmap with opt.munmap. by Jason Evans · 7 years ago
  25. b2a8453 Remove --disable-tls. by Jason Evans · 7 years ago
  26. 4403c9a Remove --disable-tcache. by Jason Evans · 7 years ago
  27. 881fbf7 Prefer old/low extent_t structures during reuse. by Jason Evans · 7 years ago
  28. bbc16a5 Added documentation for mutex profiling related mallctls. by Qi Wang · 7 years ago
  29. bd2006a Added JSON output for lock stats. by Qi Wang · 7 years ago
  30. 64e458f Implement two-phase decay-based purging. by Jason Evans · 7 years ago
  31. f84471e Add documentation for percpu_arena in jemalloc.xml.in. by Qi Wang · 7 years ago
  32. edf1baf Implement arena.<i>.destroy . by Jason Evans · 7 years ago
  33. dc2125c Replace the arenas.initialized mallctl with arena.<i>.initialized . by Jason Evans · 7 years ago
  34. 0f04bb1 Rename the arenas.extend mallctl to arenas.create. by Jason Evans · 7 years ago
  35. 3dc4e83 Add MALLCTL_ARENAS_ALL. by Jason Evans · 7 years ago
  36. a0dd3a4 Implement per arena base allocators. by Jason Evans · 7 years ago
  37. a6e8681 Refactor purging and splitting/merging. by Jason Evans · 7 years ago
  38. 8a4528b Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). by Jason Evans · 8 years ago
  39. 2a2d1b6 Use <quote>...</quote> rather than &ldquo;...&rdquo; or "..." in XML. by Jason Evans · 8 years ago
  40. 0ba5b9b Add "J" (JSON) support to malloc_stats_print(). by Jason Evans · 8 years ago
  41. 9acd5cf Remove all vestiges of chunks. by Jason Evans · 8 years ago
  42. 63b5657 Remove ratio-based purging. by Jason Evans · 8 years ago
  43. d4ce47e Change html manual encoding to UTF-8. by Jason Evans · 8 years ago
  44. c716c1e Update project URL. by Jason Evans · 8 years ago
  45. f8f0542 Modify extent hook functions to take an (extent_t *) argument. by Jason Evans · 8 years ago
  46. c8c3cbd Miscellaneous s/chunk/extent/ updates. by Jason Evans · 8 years ago
  47. 751f2c3 Remove obsolete stats.arenas.<i>.metadata.mapped mallctl. by Jason Evans · 8 years ago
  48. 127026a Rename chunk_*_t hooks to extent_*_t. by Jason Evans · 8 years ago
  49. 9c305c9 s/chunk_hook/extent_hook/g by Jason Evans · 8 years ago
  50. 7d63fed Rename huge to large. by Jason Evans · 8 years ago
  51. 498856f Move slabs out of chunks. by Jason Evans · 8 years ago
  52. ed2c242 Use huge size class infrastructure for large size classes. by Jason Evans · 8 years ago
  53. f4a5884 Remove obsolete reference to Valgrind and quarantine. by Jason Evans · 8 years ago
  54. 17c021c Remove redzone support. by Jason Evans · 8 years ago
  55. ba5c709 Remove quarantine support. by Jason Evans · 8 years ago
  56. 9a8add1 Remove Valgrind support. by Jason Evans · 8 years ago
  57. 04c3c0f Add the stats.retained and stats.arenas.<i>.retained statistics. by Jason Evans · 8 years ago
  58. 19ff2ce Implement the arena.<i>.reset mallctl. by Jason Evans · 8 years ago
  59. eb68842 Doc typo fixes. by hitstergtd · 8 years ago
  60. b582d2a Update implementation details docs re: PTRDIFF_MAX. by Jason Evans · 8 years ago
  61. 0c516a0 Make *allocx() size class overflow behavior defined. by Jason Evans · 8 years ago
  62. 5ec703d Document the heap profile format. by Jason Evans · 8 years ago
  63. f591d26 Update manual to reflect removal of global huge object tree. by Jason Evans · 8 years ago
  64. 8f683b9 Make opt_narenas unsigned rather than size_t. by Jason Evans · 8 years ago
  65. 243f7a0 Implement decay-based unused dirty page purging. by Jason Evans · 8 years ago
  66. f829009 Add --with-malloc-conf. by Jason Evans · 8 years ago
  67. 109712b Fix a documentation editing error. by Jason Evans · 8 years ago
  68. ea7449f Fix a manual editing error. by Jason Evans · 9 years ago
  69. 92e96e3 Improve arena.<i>.chunk_hooks documentation formatting. by Jason Evans · 9 years ago
  70. 38f8649 Update in-place reallocation documentation. by Jason Evans · 9 years ago
  71. a5dbaef Update large/huge size class cutoff documentation. by Jason Evans · 9 years ago
  72. 8fadb1a Implement chunk hook support for page run commit/decommit. by Jason Evans · 9 years ago
  73. b49a334 Generalize chunk management hooks. by Jason Evans · 9 years ago
  74. f2bc852 Add the config.cache_oblivious mallctl. by Jason Evans · 9 years ago
  75. 5bd8796 Change default chunk size from 256 KiB to 2 MiB. by Jason Evans · 9 years ago
  76. 56048ba Clarify relationship between stats.resident and stats.mapped. by Jason Evans · 9 years ago
  77. 7041720 Rename pprof to jeprof. by Jason Evans · 9 years ago
  78. 8975035 Fix mallctl doc: arenas.hchunk.<i>.size by Qinfan Wu · 9 years ago
  79. 562d266 Add the "stats.arenas.<i>.lg_dirty_mult" mallctl. by Jason Evans · 9 years ago
  80. 4acd75a Add the "stats.allocated" mallctl. by Jason Evans · 9 years ago
  81. 8d6a3e8 Implement dynamic per arena control over dirty page purging. by Jason Evans · 9 years ago
  82. f044bb2 Change default chunk size from 4 MiB to 256 KiB. by Jason Evans · 9 years ago
  83. cbf3a6d Move centralized chunk management into arenas. by Jason Evans · 9 years ago
  84. 1cb181e Implement explicit tcache support. by Jason Evans · 9 years ago
  85. 5b8ed5b Implement the prof.gdump mallctl. by Jason Evans · 9 years ago
  86. 4581b97 Implement metadata statistics. by Jason Evans · 10 years ago
  87. 228b2e9 Document under what circumstances in-place resizing succeeds. by Jason Evans · 9 years ago
  88. 2c5cb61 Introduce two new modes of junk filling: "alloc" and "free". by Guilherme Goncalves · 9 years ago
  89. 9b41ac9 Fix huge allocation statistics. by Jason Evans · 10 years ago
  90. 0cdabd2 Update size class documentation. by Jason Evans · 10 years ago
  91. 3c4d92e Add per size class huge allocation statistics. by Jason Evans · 10 years ago
  92. 57efa7b Avoid atexit(3) when possible, disable prof_final by default. by Jason Evans · 10 years ago
  93. 3c3b3b1 Fix a docbook element nesting nit. by Jason Evans · 10 years ago
  94. a95018e Attempt to expand huge allocations in-place. by Daniel Micay · 10 years ago
  95. e9a3fa2 Add missing header includes in jemalloc/jemalloc.h . by Jason Evans · 10 years ago
  96. fc12c0b Implement/test/fix prof-related mallctl's. by Jason Evans · 10 years ago
  97. 20c31de Test prof.reset mallctl and fix numerous discovered bugs. by Jason Evans · 10 years ago
  98. 4cfe551 Add support for sized deallocation. by Daniel Micay · 10 years ago
  99. 602c8e0 Implement per thread heap profiling. by Jason Evans · 10 years ago
  100. b4d62cd Minor doc edit. by Jason Evans · 10 years ago