Roll base/allocator/partition_allocator/ d84273fde..109a742d1 (13 commits)

https://chromium.googlesource.com/chromium/src/base/allocator/partition_allocator.git/+log/d84273fde74a..109a742d1163

$ git log d84273fde..109a742d1 --date=short --no-merges --format='%ad %ae %s'
2022-12-07 kdlee [PA] Improve default for ASAN BRP arg
2022-12-07 kdlee [PA] Unpublicize new BRP build arg
2022-12-07 spvw task posting v3: refactor PostTaskAndReplyWithResult in mac allocator
2022-12-02 kdlee [PA] Move ASAN BRP buildflag
2022-12-01 ajuma Fix flake in unit tests that enable PA's thread cache
2022-12-01 michael.lemay Poison end-of-allocation BackupRefPtrs
2022-11-30 kdlee [PA] Simplify GN variables
2022-11-30 kdlee [PA] Adjust GWP-ASan BRP flags
2022-11-30 bartekn Make (Un)CompressedPointer API more explicit
2022-11-30 bartekn Don't let pointer compression fiddle with PartitionAddressSpace
2022-11-30 bartekn Fix minor issues in partition_alloc_config.h
2022-11-30 bartekn [PA] Clean up comments for GN args related to BRP/MTECheckedPtr
2022-11-28 kdlee [PA] Put ASAN BRP behind a buildflag

Two notable issues (ASAN BRP and BRP OOB build arg) are skated over in this roll
(see top two commits).

Created with:
  roll-dep base/allocator/partition_allocator

Change-Id: Ia2423ef906a443514eb32b45c5dec8242fb9f6c9
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/102191
Auto-Submit: Kalvin Lee <kdlee@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
diff --git a/DEPS b/DEPS
index d250269..5c1be91 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': 'd84273fde74a603e88b839d40a1db5d7bd242f6e',
+  'partition_allocator_revision': '109a742d11634f68caedd2e3b2efc2347087f8b2',
   # 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.