diff options
Diffstat (limited to 'www/iridium/files/patch-base_allocator_partition__alloc__features.cc')
| -rw-r--r-- | www/iridium/files/patch-base_allocator_partition__alloc__features.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/iridium/files/patch-base_allocator_partition__alloc__features.cc b/www/iridium/files/patch-base_allocator_partition__alloc__features.cc index e14c0e549e8b..e38bc1344998 100644 --- a/www/iridium/files/patch-base_allocator_partition__alloc__features.cc +++ b/www/iridium/files/patch-base_allocator_partition__alloc__features.cc @@ -1,9 +1,9 @@ ---- base/allocator/partition_alloc_features.cc.orig 2025-09-11 13:19:19 UTC +--- base/allocator/partition_alloc_features.cc.orig 2025-10-28 14:29:43 UTC +++ base/allocator/partition_alloc_features.cc -@@ -154,7 +154,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); |
