mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 464995 - avoid reads of size 1 in jemalloc; r=benjamin
This commit is contained in:
parent
15797f2c82
commit
9c08fd1a66
@ -174,7 +174,7 @@
|
|||||||
* XXX OS X over-commits, so we should probably use mmap() instead of
|
* XXX OS X over-commits, so we should probably use mmap() instead of
|
||||||
* vm_allocate(), so that MALLOC_PAGEFILE works.
|
* vm_allocate(), so that MALLOC_PAGEFILE works.
|
||||||
*/
|
*/
|
||||||
//# define MALLOC_PAGEFILE
|
#define MALLOC_PAGEFILE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef MALLOC_PAGEFILE
|
#ifdef MALLOC_PAGEFILE
|
||||||
|
Loading…
Reference in New Issue
Block a user