aboutsummaryrefslogtreecommitdiff
path: root/devel/electron18/files/patch-base_allocator_partition__allocator_partition__root.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron18/files/patch-base_allocator_partition__allocator_partition__root.h')
-rw-r--r--devel/electron18/files/patch-base_allocator_partition__allocator_partition__root.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron18/files/patch-base_allocator_partition__allocator_partition__root.h b/devel/electron18/files/patch-base_allocator_partition__allocator_partition__root.h
new file mode 100644
index 000000000000..52f218e18d4e
--- /dev/null
+++ b/devel/electron18/files/patch-base_allocator_partition__allocator_partition__root.h
@@ -0,0 +1,11 @@
+--- base/allocator/partition_allocator/partition_root.h.orig 2022-05-19 05:17:34 UTC
++++ base/allocator/partition_allocator/partition_root.h
+@@ -1071,7 +1071,7 @@ ALWAYS_INLINE void PartitionRoot<thread_safe>::FreeNoH
+ // essentially).
+ #if BUILDFLAG(USE_PARTITION_ALLOC_AS_MALLOC) && \
+ ((BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMECAST)) || \
+- (BUILDFLAG(IS_LINUX) && defined(ARCH_CPU_64_BITS)))
++ ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && defined(ARCH_CPU_64_BITS)))
+ PA_CHECK(IsManagedByPartitionAlloc(object_addr));
+ #endif
+