diff options
Diffstat (limited to 'devel/electron37/files/patch-base_allocator_partition__alloc__features.cc')
-rw-r--r-- | devel/electron37/files/patch-base_allocator_partition__alloc__features.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-base_allocator_partition__alloc__features.cc b/devel/electron37/files/patch-base_allocator_partition__alloc__features.cc new file mode 100644 index 000000000000..d6481aec0eeb --- /dev/null +++ b/devel/electron37/files/patch-base_allocator_partition__alloc__features.cc @@ -0,0 +1,11 @@ +--- base/allocator/partition_alloc_features.cc.orig 2025-06-30 07:04:30 UTC ++++ base/allocator/partition_alloc_features.cc +@@ -164,7 +164,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); |