1. b707a2c Reland "Making span.h available within partition_alloc." by Sergio Solano · 12 hours ago main
  2. 3b21b53 Revert "Making span.h available within partition_alloc." by Ken Okada · 4 days ago
  3. 014a137 Making span.h available within partition_alloc. by Sergio Solano · 4 days ago
  4. ce50faa Refactor aligned allocation/free for memory tools. by Stephen Nusko · 5 days ago
  5. d177d70 PA: Expose `IsExtentInBounds()` by Kalvin Lee · 5 days ago
  6. ad516b3 Checked Span: Expose `IsExtentOutOfBounds()` by Kalvin Lee · 6 days ago
  7. b7130e4 Convert #pragma allow_unsafe_* to PA_UNSAFE_TODO [2/4] (pointers) by Arthur Sonzogni · 6 days ago
  8. 71cba75 Convert #pragma allow_unsafe_* to PA_UNSAFE_TODO [3/4] (base util) by Arthur Sonzogni · 6 days ago
  9. e1e3fc2 Convert #pragma allow_unsafe_* to PA_UNSAFE_TODO [1/4] (unittest) by Arthur Sonzogni · 6 days ago
  10. 0453d0d Convert #pragma allow_unsafe_* to PA_UNSAFE_TODO [4/4] (apple/mac) by Arthur Sonzogni · 6 days ago
  11. 425ceae Remove #pragma allow_unsafe_buffers and add PA_UNSAFE_TODO annotations. by Stephen Nusko · 7 days ago
  12. cc38440 [base] Use try_emplace for more efficient map insertions by Andrew Paseltiner · 11 days ago
  13. 2157c84 PA: Further split `bounds_checks` by Kalvin Lee · 3 weeks ago
  14. ce5e3aa PA: Reduce `partition_lock.h` exposure by Kalvin Lee · 3 weeks ago
  15. 46efd4d PA: Introduce `SlotAddressAndSize::From()` by Kalvin Lee · 3 weeks ago
  16. ea524bd Allow SchedulerLoopQuarantine::Configure to run while paused. by Stephen Nusko · 4 weeks ago
  17. ba4f586 Add features to avoid walking the free list in "background" memory dumps. by François Doray · 4 weeks ago
  18. d8992aa [PA/AC] disable all work in-between tasks by Stephen Nusko · 4 weeks ago
  19. 33a4e89 Add [[maybe_unused]] to wrapped_ptr in RawPtrNoOpImpl::ReleaseWrappedPtr. by Kevin Lin · 4 weeks ago
  20. 75a7e54 [Code Health] Clean up PA_CONFIG checks into helper function by Stephen Nusko · 4 weeks ago
  21. 5fc2a13 [PA] Fix ThreadCache IsInitialized logic by mikt · 4 weeks ago
  22. 0874488 PA: Remove `partition_alloc_buildflags` by Kalvin Lee · 5 weeks ago
  23. edddede PartitionAlloc: Clamp ASLR mask to 35 bits on iOS by Justin Cohen · 5 weeks ago
  24. 6f23011 Enable MSan to catch use-after-destruct of raw_ptr's by Hans Wennborg · 5 weeks ago
  25. 3e4a618 Revert "Launch MiraclePtr on Renderer for IS_DESKTOP_ANDROID." by Arthur Sonzogni · 6 weeks ago
  26. fa33ce3 Drive-by: Reorganize `stack_scan_supported` by Kalvin Lee · 6 weeks ago
  27. b9d4176 Tidy empty #if sections in base/allocator/partition_allocator by Alex Gough · 6 weeks ago
  28. 008e4fd [PA/MO] Allow ScopedSchedulerLoopQuarantine* utility use in early init by mikt · 7 weeks ago
  29. 51b41d1 Launch MiraclePtr on Renderer for IS_DESKTOP_ANDROID. by Stephen Nusko · 7 weeks ago
  30. b8c0688 PartitionAlloc: Improve compatibility with Skia. by Arthur Sonzogni · 7 weeks ago
  31. 7289d97 Add nuskos@ to PartitionAlloc OWNERS. by Stephen Nusko · 8 weeks ago
  32. bb5a3e3 Fix some PA_UNSAFE_TODOs in //base/allocator/partition_allocator by Yisi Yu · 8 weeks ago
  33. 24e411a [3/4] Implement AsanRawPtrService V2 by Takashi Sakamoto · 8 weeks ago
  34. f9fe915 [PA] Refactor and merge PA/AC shim logic by mikt · 8 weeks ago
  35. baaa667 Fix comment references to "_unittests.cc" files (base/) by Andrew Williams · 8 weeks ago
  36. 4344806 PartitionAlloc: Do not assert C++20. by Arthur Sonzogni · 9 weeks ago
  37. 936619c PA: Implement AllocToken support in PartitionAlloc by Ayumi Ono · 9 weeks ago
  38. 492f8c1 Prepare for making BindOnce and BindRepeating nodiscard by Kevin McNee · 9 weeks ago
  39. e1b3bee Add transparent version of std::equal_to<> and std::hash<> for raw_ptr by Sylvain Defresne · 9 weeks ago
  40. f7b856a Reland "[PA] Make PartitionRoot a class" by mikt · 9 weeks ago
  41. 1e050ef PA: Remove __throw_out_of_range in address_pool_manager by Ayumi Ono · 9 weeks ago
  42. 6ad9a9a PA: Remove thread_local in parition_alloc_base PlatformThread::CurrentId by Ayumi Ono · 10 weeks ago
  43. 329ff99 Remove base::MakeClampedNum() by Tom Sepez · 10 weeks ago
  44. cb11b9b PA: Use system allocator in ASan even when kNoHooks. by Ayumi Ono · 10 weeks ago
  45. a663ade PartitionAlloc: Additional C++23 presubmit. by Arthur Sonzogni · 2 months ago
  46. 5b70baa Improve PRESUBMIT against C++23 features in partition alloc by Victor Hugo Vianna Silva · 2 months ago
  47. 2444634 Remove base::MakeCheckedNum<>(). by Tom Sepez · 2 months ago
  48. b6c5ed1 [base] Undo consteval usages in base/allocator/partition_allocator by Matthias Liedtke · 2 months ago
  49. e2ebbb7 [styleguide] Allow if consteval by Victor Hugo Vianna Silva · 2 months ago
  50. 46fd97b Reland "PA: Support multiple ThreadCache instances per thread." by Ayumi Ono · 3 months ago
  51. 9f81c69 Revert "[PA] Make PartitionRoot a class" by Matthias Körber · 3 months ago
  52. 0388f4c [PA] Make PartitionRoot a class by mikt · 3 months ago
  53. b2283b2 Revert "PA: Support multiple ThreadCache instances per thread." by Eriko Kurimoto · 3 months ago
  54. a759a7b PA: Support multiple ThreadCache instances per thread. by Ayumi Ono · 3 months ago
  55. 9149542 Fix/suppress -Wunsafe-buffer-usage for printf-style function calls by Hans Wennborg · 3 months ago
  56. 245dbb7 Promote #warnings to #error by Victor Hugo Vianna Silva · 3 months ago
  57. b2155fc PA: Consistently pass BucketSizeDetails to free/quarantine functions. by Ayumi Ono · 3 months ago
  58. b809160 PA: Optimize FreeWithSizeAndAlignment in simple path by Ayumi Ono · 3 months ago
  59. 9cce625 Migrate off legacy MOCK_METHODn macros by Patrick Monette · 3 months ago
  60. ca88a35 base/{allocator,numerics}: Fix incorrect ARM preprocessor check by John Paul Adrian Glaubitz · 3 months ago
  61. 4b623f0 [PA] Parametrize Empty Slot Span Ring Buffer size by mikt · 3 months ago
  62. 8bfdd5d [PA] Persist MemoryReclaimer data on caller side by mikt · 3 months ago
  63. c6560eb Fixes for nodiscard std::optional, std::set operations by Hans Wennborg · 4 months ago
  64. e711e98 PA: Upgrade DCHECKs to CHECKs in FreeWithSize, guarded by a Finch flag by Ayumi Ono · 4 months ago
  65. d2b46c2 [PA] Narrow down locked section by mikt · 4 months ago
  66. fe0329b Reapply "Convert to UNSAFE_TODO in partition_alloc in mac_linux_pkey_asm" by Arthur Sonzogni · 4 months ago
  67. 090a060 PA: Share allocator_shim::IsAlreadyRegistered between 2+ dynlibs by Yuki Shiino · 4 months ago
  68. d0ab85f [partition_alloc] Increase amount of spinning in locks on ARM by Anand Ravi · 4 months ago
  69. b231448 Convert to UNSAFE_TODO in partition_alloc in base_2 by Arthur Sonzogni · 4 months ago
  70. 2a81145 Convert to UNSAFE_TODO in partition_alloc in base_1 by Arthur Sonzogni · 4 months ago
  71. aa71667 Convert to UNSAFE_TODO in partition_alloc in posix by Arthur Sonzogni · 4 months ago
  72. 39d55c5 PartitionAlloc: Remove RawPtrTraits::kDisableBRP by Lei Zhang · 4 months ago
  73. ebda611 Revert "Convert to UNSAFE_TODO in partition_alloc in mac_linux_pkey_asm" by luci-bisection@appspot.gserviceaccount.com · 4 months ago
  74. 5793f65 Convert to UNSAFE_TODO in partition_alloc in mac_linux_pkey_asm by Arthur Sonzogni · 4 months ago
  75. 9f17d11 Convert to UNSAFE_TODO in partition_alloc in partition_alloc_base_2 by Arthur Sonzogni · 4 months ago
  76. cf2789c Convert to UNSAFE_TODO in partition_alloc in windows by Arthur Sonzogni · 4 months ago
  77. dc1590b Convert to UNSAFE_TODO in partition_alloc in fuchsia by Arthur Sonzogni · 4 months ago
  78. 3c6388b Convert to UNSAFE_TODO in partition_alloc in partition_alloc_base_1 by Arthur Sonzogni · 4 months ago
  79. d2c2747 Convert to UNSAFE_TODO in partition_alloc in shim by Arthur Sonzogni · 4 months ago
  80. af59516 Forward declare PartitionRoot in scheduler_loop_quarantine_support.h by Lei Zhang · 4 months ago
  81. ee9dae5 PA: Add finch feature flag to enable/disable FreeWithSize by Ayumi Ono · 4 months ago
  82. db3681a PA: Optimize FreeWithSize in simple path. by Ayumi Ono · 4 months ago
  83. c0a91c9 [PA/AC] Batch-free quarantined entries by mikt · 4 months ago
  84. 4b1c154 Include <features.h> directly in build_config.h on Linux by Lei Zhang · 4 months ago
  85. 86291ac Revert "Convert to UNSAFE_TODO in partition_alloc" by Rafał Godlewski · 4 months ago
  86. a548075 Convert to UNSAFE_TODO in partition_alloc by Arthur Sonzogni · 4 months ago
  87. a626491 partition_alloc: Move to C++20 by Arthur Sonzogni · 4 months ago
  88. 21d8011 [PA] Make PartitionAllocExternalMetadata 100%-enabled on canary. by Takashi Sakamoto · 4 months ago
  89. ac53ec3 Enable and improve Death Tests for Partition Allocator on Android by Tarcisio Fischer · 4 months ago
  90. 1551e3e Reland "[PA] Refactor to use a typed SlotStart to replace uintptr_t" by Mikihito Matsuura · 5 months ago
  91. 37d717b [PA] Ramp up External Metadata trial to 25% on canary by Takashi Sakamoto · 5 months ago
  92. a9912a4 Revert "[PA] Refactor to use a typed SlotStart to replace uintptr_t" by Jood Hajeer · 5 months ago
  93. 495c141 [PA] Refactor to use a typed SlotStart to replace uintptr_t by mikt · 5 months ago
  94. 3c92a87 PA: remove if PA_BUILDFLAG(ASSESRT_CPP_20) by Ayumi Ono · 5 months ago
  95. f228d5a [PA/AC] Implement size-based filtering by mikt · 5 months ago
  96. fd57105 Revert "Track SchedulerLoopQuarantine zap/purge timings" by Kay Lin · 5 months ago
  97. 300767b Track SchedulerLoopQuarantine zap/purge timings by Stephen Nusko · 5 months ago
  98. fa63bd8 Revert "Disable test until next clang roll" by Devon Loehr · 5 months ago
  99. abae057 PA: Add shim/HowToInterposeOrIntercept.md by Yuki Shiino · 5 months ago
  100. a8bbea7 [PA] Ramp up External Metadata trial to 10% on canary by Takashi Sakamoto · 5 months ago