1. 8aa48b4 Change je_iterate to je_malloc_iterate. by Christopher Ferris · 4 years, 7 months ago
  2. 158f084 Fix miscalculating large memory allocations. by Christopher Ferris · 5 years ago
  3. 801fe3a Remove unused stats from cache structure. by Christopher Ferris · 5 years ago
  4. 46971b8 Fix bug trying to examine unused extents. by Christopher Ferris · 5 years ago
  5. cc37436 Remove best fit for extent selection. by Christopher Ferris · 5 years ago
  6. 13715ae Ignore extents that are not associated with a size. by Christopher Ferris · 6 years ago
  7. 08ccc19 Fix mallinfo counting for large allocations. by Christopher Ferris · 6 years ago
  8. c6954b2 Further updates to jemalloc code. by Christopher Ferris · 6 years ago
  9. 03b5d1c Add android extensions. by Christopher Ferris · 6 years ago
  10. a32b7bd Mallctl: Add arenas.lookup by Latchesar Ionkov · 6 years ago
  11. b8f4c73 Remove an incorrect assertion. by Qi Wang · 6 years ago
  12. dedfeec Invoke dlsym() on demand. by Qi Wang · 6 years ago
  13. c95284d Avoid a resource leak down extent split failure paths. by David Goldblatt · 6 years ago
  14. e40b2f7 Fix abort_conf processing. by Qi Wang · 6 years ago
  15. 0fadf4a Add UNUSED to avoid compiler warnings. by Qi Wang · 6 years ago
  16. 3f0dc64 Allow setting extent hooks on uninitialized auto arenas. by Qi Wang · 6 years ago
  17. 4937309 Silence a compiler warning. by Jason Evans · 6 years ago
  18. 8b14f3a background_thread: add max thread count config by Dave Watson · 6 years ago
  19. 5f51882 Stack address should not be used for ordering mutexes by Rajeev Misra · 6 years ago
  20. d3e0976 Fix type warning on Windows. by Qi Wang · 6 years ago
  21. 4df483f Fix arguments passed to extent_init. by Qi Wang · 6 years ago
  22. 2dccf45 Control idump and gdump with prof_active. by Qi Wang · 6 years ago
  23. 6d02421 extents: Remove preserve_lru feature. by Dave Watson · 6 years ago
  24. 21eb0d1 Fix a background_thread shutdown issue. by Qi Wang · 6 years ago
  25. 956c4ad Change mutable option output in stats to avoid stringify issues. by Qi Wang · 6 years ago
  26. baffeb1 Fix a typo in stats. by Qi Wang · 6 years ago
  27. 4c36cd2 Stats printing: Convert arena large stats to use emitter. by David Goldblatt · 6 years ago
  28. 4eed989 Stats printing: convert arena bin stats to use emitter. by David Goldblatt · 6 years ago
  29. a9f3ced Stats printing: remove a spurious newline. by David Goldblatt · 6 years ago
  30. a1738f4 Stats printing: Make arena mutex stats use the emitter. by David Goldblatt · 6 years ago
  31. 07fb707 Stats printing: convert most per-arena stats to use the emitter. by David Goldblatt · 6 years ago
  32. 8fc8506 Stats printing: convert paging and alloc counts to use the emitter. by David Goldblatt · 6 years ago
  33. bc6620f Stats printing: convert decay stats to use the emitter. by David Goldblatt · 6 years ago
  34. a6ef061 Stats printing: Move emitter cutoff point into stats_arena_print. by David Goldblatt · 6 years ago
  35. cbde666 Stats printing: move stats_print_helper to use emitter. by David Goldblatt · 6 years ago
  36. 86c61d4 Stats printing: Move global mutex stats to use emitter. by David Goldblatt · 6 years ago
  37. 9e1846b Stats printing: move non-mutex arena stats to the emitter. by David Goldblatt · 6 years ago
  38. 8076b28 Stats printing: Remove explicit callback passing to stats_print_helper. by David Goldblatt · 6 years ago
  39. 0d20eda Stats printing: Move emitter -> manual cutoff point. by David Goldblatt · 6 years ago
  40. ec31d47 Stats printing: Convert profiling stats to use the emitter. by David Goldblatt · 6 years ago
  41. e5acc35 Stats printing: Convert general arena stats to use the emitter. by David Goldblatt · 6 years ago
  42. 4a335e0 Stats printing: convert config and opt output to use emitter. by David Goldblatt · 6 years ago
  43. b646f89 Stats printing: Convert header and footer to use emitter. by David Goldblatt · 6 years ago
  44. e4f090e Add opt.thp which allows explicit hugepage usage. by Qi Wang · 6 years ago
  45. efa4053 Remove config.thp which wasn't in use. by Qi Wang · 6 years ago
  46. 26b1c13 Background threads: fix an indexing bug. by David Goldblatt · 6 years ago
  47. f78d4ca Modify configure to determine return value of strerror_r. by Christopher Ferris · 7 years ago
  48. ba5992f Improve the fit for aligned allocation. by Qi Wang · 6 years ago
  49. f47e39d handle 32 bit mutex counters by Rajeev Misra · 6 years ago
  50. d41b19f Implement arena regind computation using div_info_t. by David Goldblatt · 6 years ago
  51. 21f7c13 Add the div module, which allows fast division by dynamic values. by David Goldblatt · 6 years ago
  52. 7f1b02e Split up and standardize naming of stats code. by David T. Goldblatt · 7 years ago
  53. 901d94a Rename cache_alloc_easy to cache_bin_alloc_easy. by David T. Goldblatt · 7 years ago
  54. 8aafa27 Move bin stats code from arena to bin module. by David T. Goldblatt · 7 years ago
  55. 48bb4a0 Move bin forking code from arena to bin module. by David T. Goldblatt · 7 years ago
  56. a8dd887 Move bin initialization from arena module to bin module. by David T. Goldblatt · 7 years ago
  57. 4bf4a1c Pull out arena_bin_info_t and arena_bin_t into their own file. by David T. Goldblatt · 7 years ago
  58. 740bdd6 Over purge by 1 extent always. by Qi Wang · 7 years ago
  59. 5e03328 Output opt.lg_extent_max_active_fit in stats. by Qi Wang · 6 years ago
  60. 955b1d9 Fix extent deregister on the leak path. by Qi Wang · 7 years ago
  61. 6e841f6 Add more tests for extent hooks failure paths. by Qi Wang · 7 years ago
  62. 26a8f82 Add missing deregister before extents_leak. by Qi Wang · 7 years ago
  63. e475d03 Avoid setting zero and commit if split fails in extent_recycle. by Qi Wang · 7 years ago
  64. 3e64dae Eagerly coalesce large extents. by Qi Wang · 7 years ago
  65. eb1b08d Fix an extent coalesce bug. by Qi Wang · 7 years ago
  66. fac7068 Add opt.lg_extent_max_active_fit by Qi Wang · 7 years ago
  67. 282a3fa Use extent_heap_first for best fit. by Qi Wang · 7 years ago
  68. d6feed6 Use tsd offset_state instead of atomic by Dave Watson · 7 years ago
  69. cb3b72b Fix base allocator THP auto mode locking and stats. by Qi Wang · 7 years ago
  70. b5d071c Fix unbounded increase in stash_decayed. by Qi Wang · 7 years ago
  71. 6dd5681 Use hugepage alignment for base allocator. by Qi Wang · 7 years ago
  72. e422fa8 Add arena.i.retain_grow_limit by Qi Wang · 7 years ago
  73. 9f455e2 Try to use sysctl(3) instead of sysctlbyname(3). by Edward Tomasz Napierala · 7 years ago
  74. d591df0 Use getpagesize(3) under FreeBSD. by Edward Tomasz Napierala · 7 years ago
  75. 58eba02 metadata_thp: auto mode adjustment for a0. by Qi Wang · 7 years ago
  76. 47203d5 Output all counters for bin mutex stats. by Qi Wang · 7 years ago
  77. d14bbf8 Add a "dumpable" bit to the extent state. by David Goldblatt · 7 years ago
  78. bbaa724 Add pages_dontdump and pages_dodump. by David Goldblatt · 7 years ago
  79. 211b1f3 Factor out extent-splitting core from extent lifetime management. by David Goldblatt · 7 years ago
  80. 5bad01c Document some of the internal extent functions. by David Goldblatt · 7 years ago
  81. 31ab38b Define MADV_FREE on our own when needed. by Qi Wang · 7 years ago
  82. 7e74093 Set isthreaded manually. by Qi Wang · 7 years ago
  83. a2e6eb2 Delay background_thread_ctl_init to right before thread creation. by Qi Wang · 7 years ago
  84. 79e8345 Enable a0 metadata thp on the 3rd base block. by Qi Wang · 7 years ago
  85. 1245faa Power: disable the CPU_SPINWAIT macro. by David Goldblatt · 7 years ago
  86. 7c6c99b Use ph instead of rb tree for extents_avail_ by Dave Watson · 7 years ago
  87. 8a7ee30 Logging: capitalize log macro. by David Goldblatt · 7 years ago
  88. 0720192 Add runtime detection of lazy purging support. by Qi Wang · 7 years ago
  89. eaa58a5 Put static keyword first. by Qi Wang · 7 years ago
  90. 9b20a4b Clear cache bin ql postfork. by Qi Wang · 7 years ago
  91. a315688 Relax constraints on reentrancy for extent hooks. by Qi Wang · 7 years ago
  92. e55c3ca Add stats for metadata_thp. by Qi Wang · 7 years ago
  93. 47b20bb Change opt.metadata_thp to [disabled,auto,always]. by Qi Wang · 7 years ago
  94. 9c05490 Make arena stats collection go through cache bins. by David Goldblatt · 7 years ago
  95. f3170ba Pull out caching for a bin into its own file. by David Goldblatt · 7 years ago
  96. 3ec279b Fix test/unit/pages. by Qi Wang · 7 years ago
  97. 8fdd9a5 Implement opt.metadata_thp by Qi Wang · 7 years ago
  98. 048c667 Remove external linkage for spin_adaptive by Ryan Libby · 7 years ago
  99. 1ab2ab2 Only read szind if ptr is not paged aligned in sdallocx. by Qi Wang · 7 years ago
  100. 3800e55 Bypass extent_alloc_wrapper_hard for no_move_expand. by Qi Wang · 7 years ago