diff options
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.cc | 13 |
1 files changed, 2 insertions, 11 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..4eacab770802 100644 --- a/www/chromium/files/patch-base_allocator_partition__alloc__features.cc +++ b/www/chromium/files/patch-base_allocator_partition__alloc__features.cc @@ -1,6 +1,6 @@ ---- base/allocator/partition_alloc_features.cc.orig 2025-08-07 06:57:29 UTC +--- base/allocator/partition_alloc_features.cc.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_alloc_features.cc -@@ -164,7 +164,7 @@ BASE_FEATURE(kPartitionAllocEventuallyZeroFreedMemory, +@@ -154,7 +154,7 @@ BASE_FEATURE(kPartitionAllocEventuallyZeroFreedMemory, // disabled elsewhere (for now). Does not apply to Windows. BASE_FEATURE(kPartitionAllocFewerMemoryRegions, "PartitionAllocFewerMemoryRegions", @@ -9,12 +9,3 @@ 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); |