diff options
Diffstat (limited to 'devel/electron38/files/patch-base_allocator_partition__alloc__features.cc')
-rw-r--r-- | devel/electron38/files/patch-base_allocator_partition__alloc__features.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-base_allocator_partition__alloc__features.cc b/devel/electron38/files/patch-base_allocator_partition__alloc__features.cc new file mode 100644 index 000000000000..1e05e6d0cc99 --- /dev/null +++ b/devel/electron38/files/patch-base_allocator_partition__alloc__features.cc @@ -0,0 +1,11 @@ +--- base/allocator/partition_alloc_features.cc.orig 2025-08-26 20:49:50 UTC ++++ base/allocator/partition_alloc_features.cc +@@ -154,7 +154,7 @@ BASE_FEATURE(kPartitionAllocFewerMemoryRegions, + // disabled elsewhere (for now). Does not apply to Windows. + BASE_FEATURE(kPartitionAllocFewerMemoryRegions, + "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); |