aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_allocator_partition__alloc__features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-base_allocator_partition__alloc__features.cc')
-rw-r--r--www/chromium/files/patch-base_allocator_partition__alloc__features.cc17
1 files changed, 4 insertions, 13 deletions
diff --git a/www/chromium/files/patch-base_allocator_partition__alloc__features.cc b/www/chromium/files/patch-base_allocator_partition__alloc__features.cc
index 82100b068dd4..5e6f6623ac53 100644
--- a/www/chromium/files/patch-base_allocator_partition__alloc__features.cc
+++ b/www/chromium/files/patch-base_allocator_partition__alloc__features.cc
@@ -1,20 +1,11 @@
---- base/allocator/partition_alloc_features.cc.orig 2025-08-07 06:57:29 UTC
+--- base/allocator/partition_alloc_features.cc.orig 2025-10-02 04:28:32 UTC
+++ base/allocator/partition_alloc_features.cc
-@@ -164,7 +164,7 @@ BASE_FEATURE(kPartitionAllocEventuallyZeroFreedMemory,
+@@ -143,7 +143,7 @@ BASE_FEATURE(PartitionAllocEventuallyZeroFreedMemory,
+ // Evaluated and positive stability and peformance-wise on Linux-based systems,
// disabled elsewhere (for now). Does not apply to Windows.
- BASE_FEATURE(kPartitionAllocFewerMemoryRegions,
- "PartitionAllocFewerMemoryRegions",
+ BASE_FEATURE(PartitionAllocFewerMemoryRegions,
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
FEATURE_ENABLED_BY_DEFAULT);
#else
FEATURE_DISABLED_BY_DEFAULT);
-@@ -489,7 +489,7 @@ BASE_FEATURE(kPartitionAllocAdjustSizeWhenInForeground
- #if PA_CONFIG(ENABLE_SHADOW_METADATA)
- BASE_FEATURE(kPartitionAllocShadowMetadata,
- "PartitionAllocShadowMetadata",
--#if BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- FEATURE_ENABLED_BY_DEFAULT);
- #else
- FEATURE_DISABLED_BY_DEFAULT);