Bug 1073662 - Part 7: Enable limited chunk recycling on all platforms. r=glandium

This commit is contained in:
Emanuel Hoogeveen 2014-11-13 22:56:00 +01:00
parent 03c2641eb2
commit cecfd996f1

View File

@ -290,7 +290,11 @@ typedef long ssize_t;
*/
#define JEMALLOC_MUNMAP
#undef JEMALLOC_RECYCLE
/*
* Enable limited chunk recycling on all platforms. Note that when
* JEMALLOC_MUNMAP is not defined, all chunks will be recycled unconditionally.
*/
#define JEMALLOC_RECYCLE
#ifndef MOZ_MEMORY_WINDOWS
#ifndef MOZ_MEMORY_SOLARIS