Clone this repo:

Branches

  1. f51f075 PartitionAlloc: Track wasted size from rounding for AlignedAlloc. by Stephen Nusko · 14 hours ago main
  2. 601b19e PA: Remove `MaxDirectMapped()` by Kalvin Lee · 19 hours ago
  3. b5214a8 PA: Remove `Settings::in_slot_metadata_size` by Kalvin Lee · 2 days ago
  4. 4e780d3 PA: Add `MaxAllocationSize()` by Kalvin Lee · 2 days ago
  5. 41619fc [PartitionAlloc] Adapt periodic reclaim interval to reclaimable memory by Chris Davis · 2 days ago
  6. f13ab1c PA: Check brp_enabled()-root or not before accessing metadata. by Takashi Sakamoto · 3 days ago
  7. 3a5c0cf Fix partition alloc test failures by David Bienvenu · 3 days ago
  8. a3f1f24 PA: Update requested sizes on realloc by Kalvin Lee · 4 days ago
  9. 34ad87a PA: No-op rework for normal-bucket realloc by Kalvin Lee · 4 days ago
  10. 29013c8 [PartitionAlloc] Fix MTE retagging bypass in Scheduler-Loop Quarantine by Keishi Hattori · 8 days ago
  11. ad56996 [PartitionAlloc] Order SetQuarantineRequest() before ReleaseFromAllocator() by Keishi Hattori · 8 days ago
  12. d7aeed1 MiraclePtr: Add ReportIfDangling stub to RawPtrNoOpImpl by Keishi Hattori · 9 days ago
  13. a134c16 Busybody: Don't depend on outside variables by Kalvin Lee · 9 days ago
  14. f5fbe01 partition_alloc: Expose less internal bits by Lei Zhang · 9 days ago
  15. 6abc77b partition_alloc: Cleanup pre-C++20 code in compiler_specific.h by Lei Zhang · 10 days ago
  16. a7fbe3e partition_alloc: Switch kSameAsAny to a C++20 concept by Lei Zhang · 10 days ago
  17. 43b48ec PA: quarantine sanitized objects as miracle objects after dequarantined by Takashi Sakamoto · 11 days ago
  18. 6fb47fe partition_alloc: Simplify RotR() by Lei Zhang · 11 days ago
  19. 0f047f3 partition_alloc: Remove PA_HAVE_SPACESHIP_OPERATOR by Lei Zhang · 11 days ago
  20. 7eeface partition_alloc: Replace CountlZero() with std::countl_zero() by Lei Zhang · 11 days ago