diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-08-25 22:32:22 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-08-25 22:32:22 +0200 |
commit | 4ceb21241eacac2911f2fed846359215870f121f (patch) | |
tree | 911eb8d8dce6a55a05e4cec99f18524c62ddaa36 /memory | |
parent | f0e053a1b4b42ef3344032589d1c02ff21e21f6f (diff) | |
download | uxp-4ceb21241eacac2911f2fed846359215870f121f.tar.gz |
Switch to using a single memory allocation arena
Diffstat (limited to 'memory')
-rw-r--r-- | memory/mozjemalloc/jemalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/memory/mozjemalloc/jemalloc.c b/memory/mozjemalloc/jemalloc.c index c0c189abf1..287f6da2fc 100644 --- a/memory/mozjemalloc/jemalloc.c +++ b/memory/mozjemalloc/jemalloc.c @@ -142,7 +142,7 @@ /* * Uncomment this to use only one arena by default. */ -// #define MOZ_MEMORY_NARENAS_DEFAULT_ONE +#define MOZ_MEMORY_NARENAS_DEFAULT_ONE /* * Pass this set of options to jemalloc as its default. It does not override |