mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1073662 - Part 7: Enable limited chunk recycling on all platforms. r=glandium
This commit is contained in:
parent
ed41e3bac7
commit
5fd0d631a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user