diff options
Diffstat (limited to 'main/xulrunner/mallctl.patch')
-rw-r--r-- | main/xulrunner/mallctl.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/main/xulrunner/mallctl.patch b/main/xulrunner/mallctl.patch deleted file mode 100644 index 7c56f584e..000000000 --- a/main/xulrunner/mallctl.patch +++ /dev/null @@ -1,28 +0,0 @@ -https://bugzilla.mozilla.org/show_bug.cgi?id=815681 - -diff --git a/xpcom/base/AvailableMemoryTracker.cpp b/xpcom/base/AvailableMemoryTracker.cpp -index 69af67d..ef98fec 100644 ---- a/xpcom/base/AvailableMemoryTracker.cpp -+++ b/xpcom/base/AvailableMemoryTracker.cpp -@@ -26,9 +26,7 @@ - # include <windows.h> - #endif - --#if defined(MOZ_MEMORY) - # include "jemalloc.h" --#endif // MOZ_MEMORY - - using namespace mozilla; - -@@ -498,11 +496,7 @@ nsJemallocFreeDirtyPagesRunnable::Run() - { - MOZ_ASSERT(NS_IsMainThread()); - --#if defined(MOZ_JEMALLOC) -- mallctl("arenas.purge", nullptr, 0, nullptr, 0); --#elif defined(MOZ_MEMORY) - jemalloc_free_dirty_pages(); --#endif - - return NS_OK; - } |