summaryrefslogtreecommitdiff
path: root/mail/thunderbird-esr/files/patch-bug778078
blob: 6043f4a30c90be84b16224ef2d6233fa50c5a1ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mozilla/toolkit/xre/nsAppRunner.cpp~
+++ mozilla/toolkit/xre/nsAppRunner.cpp
@@ -2998,7 +2998,7 @@ XRE_main(int argc, char* argv[], const n
     gQtOnlyArgv[gQtOnlyArgc] = nsnull;
 #endif
 #if defined(MOZ_WIDGET_GTK2)
-#ifdef MOZ_MEMORY
+#if defined(MOZ_MEMORY) || defined(__FreeBSD__) || defined(__NetBSD__)
     // Disable the slice allocator, since jemalloc already uses similar layout
     // algorithms, and using a sub-allocator tends to increase fragmentation.
     // This must be done before g_thread_init() is called.