1. be025bf Mark TimeTicks::UnixEpoch deprecated by Olivier ROBIN · 15 hours ago main
  2. 813f717 Add IWYU statement for base::raw_ptr by Adem Derinel · 22 hours ago
  3. be977e0 [PA/shim] Add a new dispatch to switch malloc backend at run-time by mikt · 2 days ago
  4. e410316 PA: Fix ineffective PA_UNLIKELY applied to do ... while. by Yuki Shiino · 2 days ago
  5. 581d489 [MTE] Use a random value to update a tag by Keishi Hattori · 3 days ago
  6. 9930a27 Remove uses of variable-length arrays by Devon Loehr · 4 days ago
  7. 6eb5e6c [PA] Remove unused kCookie from PartitionAllocDeathTest.SuspendTagCheckingScope by Takashi Sakamoto · 4 days ago
  8. 0627742 [PA] Split DirectMapExtentMetadata into read-only one and writable one. by Takashi Sakamoto · 4 days ago
  9. 540ef1d [PA] Deflake PartitionAlloctest.CheckeReservationType on Apple bots. by Takashi Sakamoto · 8 days ago
  10. 6a94c13 partition_alloc: Cleanup never called functions. by Arthur Sonzogni · 9 days ago
  11. bd54734 [MTE] Fix flaky BackupRefPtrTest.GetDeltaElems failure on android-mte-arm64. by Takashi Sakamoto · 9 days ago
  12. 561c0d2 partition_alloc: Disable MTE for benchmark use to avoid performance regression by Arthur Sonzogni · 10 days ago
  13. 9161014 [PA] Optimize IsManagedByPartitionAlloc() by mikt · 10 days ago
  14. 877eaed PA: Fix EncodedPoolOffset::Encode(). by Takashi Sakamoto · 10 days ago
  15. 0abdba1 [MTE] Disable MTE during StackCopier::CopyStackContentsAndRewritePointers by Keishi Hattori · 11 days ago
  16. b0cb752 [PA/*Scan] Remove StarScan by mikt · 3 weeks ago
  17. f085b61 partition_alloc: remove cpu_features:ndk_compat dependency by Arthur Sonzogni · 3 weeks ago
  18. 2917988 PA: Add PA_UNLIKELY to allocation failure handlers by Yuki Shiino · 3 weeks ago
  19. 0c714aa PA: Let LightweightQuarantineBranch.Quarantine() take usable_size by Yuki Shiino · 3 weeks ago
  20. 4188dcd PA: Precalculate Mac alignment kludge by Kalvin Lee · 3 weeks ago
  21. 2e6b2ef partition_alloc: Use PA_CONSTEXPR_DTOR by Arthur Sonzogni · 3 weeks ago
  22. 575f1a0 [PA/shim] Guarantee tail call optimization by mikt · 3 weeks ago
  23. f83b78c partition_alloc: Follow-up moving tests. by Arthur Sonzogni · 3 weeks ago
  24. 880ba2b partition_alloc: Check support for C++17 by Arthur Sonzogni · 4 weeks ago
  25. fd1ad7b IWYU: add again required missing include for HistogramBase by Jose Dapena Paz · 4 weeks ago
  26. 0ab1476 partition_alloc: support cpp17 by Arthur Sonzogni · 4 weeks ago
  27. 36601cb Reland #2 "partition_alloc: Move pa tests into pa."" by Arthur Sonzogni · 4 weeks ago
  28. 824fb85 Make all allocation routines from Rust fallible when clang links by danakj · 4 weeks ago
  29. c0d55ba partition_alloc Fix violations of the PRESUBMIT by Arthur Sonzogni · 4 weeks ago
  30. 3508fb8 Revert "Reland "partition_alloc: Move pa tests into pa."" by Arthur Sonzogni · 4 weeks ago
  31. feb5861 Reland "partition_alloc: Move pa tests into pa." by Arthur Sonzogni · 4 weeks ago
  32. f1888f8 Revert "partition_alloc: Move pa tests into pa." by Titouan Rigoudy · 4 weeks ago
  33. 0abbaa1 partition_alloc: Move pa tests into pa. by Arthur Sonzogni · 4 weeks ago
  34. 22ca215 partition_alloc: Use 64k pages for ppc64 partition page constants by Timothy Pearson · 4 weeks ago
  35. 69258b7 Reland "Reland "Reland "Reland "Add toolchains without PartitionAlloc-Everywhere for dump_syms et al"""" by danakj · 4 weeks ago
  36. dc39741 Revert "Reland "Reland "Reland "Add toolchains without PartitionAlloc-Everywhere for dump_syms et al"""" by Michael Wilson · 4 weeks ago
  37. 37fa7c1 Reland "Reland "Reland "Add toolchains without PartitionAlloc-Everywhere for dump_syms et al""" by danakj · 4 weeks ago
  38. 12d49fb partition_alloc: Autodetect page size on ppc64 systems by Timothy Pearson · 5 weeks ago
  39. 24f50b3 partition_alloc: Allow variable page sizes on ppc64 Linux by Timothy Pearson · 5 weeks ago
  40. 43ae390 Add support for 64K pages on Linux/AArch64 by Casey Smalley · 5 weeks ago
  41. 7ac10c8 [PA] Enable glue_core_pools by Bartek Nowierski · 5 weeks ago
  42. 0eb0d6b PA: Untag pool offset freelist entries by Kalvin Lee · 5 weeks ago
  43. 89101f0 Test realloc in the realloc test by danakj · 5 weeks ago
  44. 773457d partition_alloc: Prioritize non-constant POSIX page size by Timothy Pearson · 5 weeks ago
  45. 45a0550 Enable MTE by default on ConfigurePartitionsForTesting by Tarcisio Fischer · 5 weeks ago
  46. be8e0bd [PartitionAlloc] Purge more buckets from time to time in fast mode by Benoît Lizé · 5 weeks ago
  47. 2d3ec4c partition_alloc: merge buildflags.h #cleanup by Arthur Sonzogni · 5 weeks ago
  48. c29d2bc Revert "Reland "Reland "Add toolchains without PartitionAlloc-Everywhere for dump_syms et al""" by Will Yeager · 5 weeks ago
  49. c718a2c PA: Minimize DEPS for tests. by Arthur Sonzogni · 6 weeks ago
  50. c1d59d0 partition_alloc: Fix and simplify SpinningMutex. by Arthur Sonzogni · 6 weeks ago
  51. 8cdb01a Reland "Reland "Add toolchains without PartitionAlloc-Everywhere for dump_syms et al"" by danakj · 6 weeks ago
  52. 770d1a5 s/ `std::unique_ptr<char[]>` / std::vector<char> / in snprintf tests. by Lukasz Anforowicz · 6 weeks ago
  53. efb545e [BRP] Test raw_ptr::operator=(T* ptr) when assigned a pointer to the same slot by Bartek Nowierski · 6 weeks ago
  54. 26b47cb partition_alloc: #cleanup unnecessary PA_ prefix by Arthur Sonzogni · 6 weeks ago
  55. 3c8b651 [BRP] Handle case where raw_ptr::operator=(T* p) gets a pointer to the same slot by Bartek Nowierski · 6 weeks ago
  56. f7d9f07 [base/allocator] Add documentation about discard vs decommit by Benoît Lizé · 7 weeks ago
  57. 16c47e1 PA: Add `SlotStart` death test by Kalvin Lee · 7 weeks ago
  58. b7d5ab0 [PA] Fix BUILDFLAG->PA_BUILDFLAG under #if by Bartek Nowierski · 7 weeks ago
  59. 7864cdc PA: Enable freelist dispatcher by Kalvin Lee · 7 weeks ago
  60. 35643f5 Remove USE_ASAN_UNOWNED_PTR by Bartek Nowierski · 7 weeks ago
  61. 2d4fa48 PA: Adjust corruption test by Kalvin Lee · 7 weeks ago
  62. db10b18 PA: Hide GN arg by Kalvin Lee · 7 weeks ago
  63. 4b46ebd [PA] Work around Adreno-GSL mmap address conflict by Bartek Nowierski · 7 weeks ago
  64. a1a8f60 PA: Remove `TaggedSlotStart` by Kalvin Lee · 7 weeks ago
  65. d5c2aac PA: Add `SlotStart::{From,To}Object()` by Kalvin Lee · 7 weeks ago
  66. 402d957 PA: Adjust bucketing comment by Kalvin Lee · 8 weeks ago
  67. ebfce48 PA: Return slot size from `MaybePutInCache()` by Kalvin Lee · 8 weeks ago
  68. 596919c PA: Introduce `SlotStart` type by Kalvin Lee · 9 weeks ago
  69. 4bc9d0c partition_alloc: Remove unused files. by Arthur Sonzogni · 9 weeks ago
  70. 7013d1f partition_alloc: Remove temporary exception for build_config.h by Arthur Sonzogni · 9 weeks ago
  71. ae870b5 Partition Alloc: Cutting the Cord! by Arthur Sonzogni · 9 weeks ago
  72. 195dd3d partition_alloc: Check no external dependencies in GN. by Arthur Sonzogni · 9 weeks ago
  73. b06c973 PA: Introduce `ObjectToSlotStartUnchecked()` by Kalvin Lee · 9 weeks ago
  74. 8d08a40 partition_alloc: Stop using chromium's build_config #cleanup by Arthur Sonzogni · 9 weeks ago
  75. 77aad2a PA: Stop depending on `IS_CHROMEOS`. by Arthur Sonzogni · 9 weeks ago
  76. b99a401 partition_alloc: provide build_config.h by Arthur Sonzogni · 9 weeks ago
  77. 89029ef PA: Adjust `PA_USE_DEATH_TESTS()` by Kalvin Lee · 9 weeks ago
  78. 4e54cef [PartitionAlloc] Do less work in fast MemoryReclaimer mode by Benoît Lizé · 9 weeks ago
  79. f941bec partition_alloc: remove -Wl,--start-group, --end-group by Arthur Sonzogni · 9 weeks ago
  80. e9b1e46 [PartitionAlloc] Add a feature capping memory reclaim duration by Benoît Lizé · 9 weeks ago
  81. 087911c Define partition_alloc standalone GN config. by Arthur Sonzogni · 9 weeks ago
  82. 1c0be72 [PA] Implement Shadow Metadata(1) by Takashi Sakamoto · 9 weeks ago
  83. f612898 PA: Remove the dependency on chromium's enable_arc config. by Arthur Sonzogni · 10 weeks ago
  84. 8c2464e [BRP] Improve comments related to kMemoryHeldByAllocatorBit by Bartek Nowierski · 10 weeks ago
  85. b057fdf [PA] Remove partition_alloc_{add,remove}_configs from gn_args. by Takashi Sakamoto · 10 weeks ago
  86. 38176e6 partition_alloc: Stop generating chromium's BUILDFLAG(...) by Arthur Sonzogni · 10 weeks ago
  87. 16bd2cd partition_alloc: Invert chromium build dependency [2/2] by Arthur Sonzogni · 10 weeks ago
  88. 2d28f4c Add rw hint to builtin_prefetch use in PA where appropriate. by Olivier Li Shing Tat-Dupuis · 2 months ago
  89. 2c1024d partition_alloc: Stop relying on BUILDFLAG. by Arthur Sonzogni · 2 months ago
  90. f3db387 partition_alloc: Invert chromium build dependency. by Arthur Sonzogni · 2 months ago
  91. 17c0ead Limit DanglingPointerDetector StackTrace size in debug mode. by Arthur Sonzogni · 2 months ago
  92. 62951c4 PA: Expose freelist dispatcher GN arg by Kalvin Lee · 2 months ago
  93. 44b5442 Exclude cc::ImageDecodeCache from raw_ptr by Keishi Hattori · 2 months ago
  94. 54b5821 [BRP] Un-rewrite raw_ptr used in MotionMark by Keishi Hattori · 2 months ago
  95. 934cf7d PA: Disable freelist dispatcher by Kalvin Lee · 2 months ago
  96. 60fa8c7 PA: Document 4S criteria by Kalvin Lee · 2 months ago
  97. e67ced7 PA: Add 4S feature plumbing by Kalvin Lee · 2 months ago
  98. e6a43d4 PA: Add 4S seam for `PartitionBucket` by Kalvin Lee · 2 months ago
  99. 62fce28 PA: Front-load init of `CanStoreRawSize()` by Kalvin Lee · 2 months ago
  100. fadc14b PA: Re-enable freelist dispatcher by Kalvin Lee · 2 months ago