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