diff options
Diffstat (limited to 'devel/electron32/files/patch-components_gwp__asan_client_gwp__asan.cc')
-rw-r--r-- | devel/electron32/files/patch-components_gwp__asan_client_gwp__asan.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-components_gwp__asan_client_gwp__asan.cc b/devel/electron32/files/patch-components_gwp__asan_client_gwp__asan.cc deleted file mode 100644 index 98f6650782c8..000000000000 --- a/devel/electron32/files/patch-components_gwp__asan_client_gwp__asan.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- components/gwp_asan/client/gwp_asan.cc.orig 2024-06-18 21:43:29 UTC -+++ components/gwp_asan/client/gwp_asan.cc -@@ -75,7 +75,7 @@ namespace { - // ProcessSamplingBoost is the multiplier to increase the - // ProcessSamplingProbability in scenarios where we want to perform additional - // testing (e.g., on canary/dev builds). --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) - constexpr int kDefaultMaxAllocations = 50; - constexpr int kDefaultMaxMetadata = 210; - constexpr int kDefaultTotalPages = kCpuIs64Bit ? 2048 : kDefaultMaxMetadata * 2; |