aboutsummaryrefslogblamecommitdiff
path: root/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_process_memory.cc
blob: 861beab959ae084a5dd679450a2eb563e56b84cc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                               
                                                

                                                                 






                                         

                                                                 

                                     

                                           


                                                                     
--- src/3rdparty/chromium/base/process/memory.cc.orig	2021-12-15 16:12:54 UTC
+++ src/3rdparty/chromium/base/process/memory.cc
@@ -55,7 +55,7 @@ NOINLINE void OnNoMemoryInternal(size_t size) {
 }  // namespace internal
 
 // Defined in memory_win.cc for Windows.
-#if !defined(OS_WIN)
+#if !defined(OS_WIN) && !defined(OS_BSD)
 
 namespace {
 
@@ -74,7 +74,7 @@ void TerminateBecauseOutOfMemory(size_t size) {
 #endif  // !defined(OS_WIN)
 
 // Defined in memory_mac.mm for Mac.
-#if !defined(OS_APPLE)
+#if !defined(OS_APPLE) && !defined(OS_BSD)
 
 bool UncheckedCalloc(size_t num_items, size_t size, void** result) {
   const size_t alloc_size = num_items * size;