aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_allocator_partition__allocator_starscan_state__bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-base_allocator_partition__allocator_starscan_state__bitmap.h')
-rw-r--r--www/chromium/files/patch-base_allocator_partition__allocator_starscan_state__bitmap.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_starscan_state__bitmap.h b/www/chromium/files/patch-base_allocator_partition__allocator_starscan_state__bitmap.h
deleted file mode 100644
index b1d0d8621c7a..000000000000
--- a/www/chromium/files/patch-base_allocator_partition__allocator_starscan_state__bitmap.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- base/allocator/partition_allocator/starscan/state_bitmap.h.orig 2022-02-21 11:33:24.834416000 +0100
-+++ base/allocator/partition_allocator/starscan/state_bitmap.h
-@@ -393,7 +393,7 @@ template <size_t PageSize, size_t PageAlignment, size_
- template <typename Filter,
- typename CallbackForwarder,
- typename Callback,
-- bool Clear>
-+ bool ClearBits>
- inline void
- StateBitmap<PageSize, PageAlignment, AllocationAlignment>::IterateImpl(
- size_t epoch,
-@@ -423,7 +423,7 @@ StateBitmap<PageSize, PageAlignment, AllocationAlignme
-
- callback_forwarder(callback, object_address, bits);
-
-- if (Clear) {
-+ if (ClearBits) {
- // Clear the current bits.
- AsAtomicCell(cell_index)
- .fetch_and(clear_value_mask, std::memory_order_relaxed);