mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Remove support for system jemalloc.
This commit is contained in:
parent
89beaa72ad
commit
c76d18a40d
10 changed files with 32 additions and 64 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue