Remove support for system jemalloc.

This commit is contained in:
wolfbeast 2018-04-26 17:59:36 +02:00 committed by Roy Tam
commit c76d18a40d
10 changed files with 32 additions and 64 deletions

View file

@ -11,12 +11,8 @@
#include <mozilla/Assertions.h>
#include "mozilla/Types.h"
#if defined(MOZ_SYSTEM_JEMALLOC)
#include MALLOC_H
#else
#define DLLEXPORT
#include "jemalloc/jemalloc.h"
#endif
#ifdef XP_WIN
#include <windows.h>