Roll base/allocator/partition_allocator/ 180ceb478..85f9e65df (34 commits)

https://chromium.googlesource.com/chromium/src/base/allocator/partition_allocator.git/+log/180ceb47829d..85f9e65df336

$ git log 180ceb478..85f9e65df --date=short --no-merges --format='%ad %ae %s'
2023-01-27 kdlee raw_ref: Extend operators
2023-01-27 kdlee raw_ptr: Move counters matcher
2023-01-26 adetaylor Disable vsnprintf hooking test on component builds.
2023-01-26 bartekn Revert "[PA][BRP] Temporarily enable raw_ptr's OOB poisoning"
2023-01-25 tsepez Split up raw_ptr.cc implementation files.
2023-01-25 lizeb [PartitionAlloc] Remove dynamic GigaCage path on Windows
2023-01-25 bartekn [PA] Rename STARSCAN -> USE_STARSCAN buildflag
2023-01-24 stha09 IWYU: add cstdint for uintptr_t in partition_alloc_forward
2023-01-24 bartekn [PA] Introduce |use_starscan| in partition_alloc.gni
2023-01-24 hans Include missing header for std::is_pod
2023-01-24 kdlee raw_ptr: Further expand operators
2023-01-24 kdlee [PA] Move raw_(ptr|ref) unit tests
2023-01-24 ajgo Remove win8 checks in partition_alloc
2023-01-23 bartekn [PA] Fix & further improve PCScan config macros
2023-01-23 bartekn [PA] Remove empty PA_CONFIG(DYNAMICALLY_SELECT_POOL_SIZE)
2023-01-21 bartekn [PA] Improve formatting (2 of N)
2023-01-21 kdlee Reland "[PA] Move `raw_ptr` and `raw_ref`"
2023-01-20 kdlee [PA] Move `raw_ptr_exclusion.h`
2023-01-19 wez [base] Cleanup some out-of-date TODOs
2023-01-19 bartekn [PA] Add keishi@ to PartitionAlloc's OWNERS
2023-01-18 kdlee [PA] Introduce PA_CONFIG(IS_NONCLANG_MSVC)
2023-01-13 avi Update header includes for /base/functional in /base
2023-01-12 glazunov [BRP] Make BRP-ASan use raw_ptr<T> hooks
2023-01-12 michael.lemay Tighten BackupRefPtr OOB poisoning based on types
2023-01-11 bartekn [PA] Make partition_alloc_config.h macros fool-proof
2023-01-10 bartekn [PA] Improve formatting (1 of N)
2023-01-10 bartekn [PA] Move macros to partition_alloc_config.h
2023-01-09 spvw task posting v3: remove includes of runner handles and IWYU task runners
2023-01-09 glazunov Introduce RawPtrHookableImpl
2023-01-06 richard.townsend Reland "fix: ensure tag incremented on free"
2023-01-05 bartekn [PA] Fix typo slot_spart_start
2023-01-04 luci-bisection Revert "fix: ensure tag incremented on free"
2023-01-04 Richard.Townsend fix: ensure tag incremented on free
2023-01-03 pasko [PA] [doc] Remove mention of Crazylinker from comment

Created with:
  roll-dep base/allocator/partition_allocator

Change-Id: Ife50f7d0ee45d366e001d92fdb091cf9f2367b7c
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/103550
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Kalvin Lee <kdlee@chromium.org>
diff --git a/DEPS b/DEPS
index 3b56fe3..6c490f8 100644
--- a/DEPS
+++ b/DEPS
@@ -136,7 +136,7 @@
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling partition_allocator
   # and whatever else without interference from each other.
-  'partition_allocator_revision': '180ceb47829d0f58dc3d73ed9eba7ea23f534f1f',
+  'partition_allocator_revision': '85f9e65df3361f7f4a3136868a7cfb4ce1786574',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling pdfium_tests
   # and whatever else without interference from each other.