Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-02-08 20:03:34 +0300
committerChristopher Faylor <me@cgf.cx>2003-02-08 20:03:34 +0300
commitad80bc422416cd78c9be7a9f47870bc5f83526a4 (patch)
tree64dd34eed59562fd9c8784f812a0be251283d507 /winsup/cygwin/malloc.cc
parent9c88207cf3556c4799406ae89b25f82a6842ca57 (diff)
* include/cygwin/version.h: Bump DLL minor number.
* malloc.cc (DEFAULT_MMAP_THRESHOLD): Bump down to 16MB thanks to below changes.
Diffstat (limited to 'winsup/cygwin/malloc.cc')
-rw-r--r--winsup/cygwin/malloc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/malloc.cc b/winsup/cygwin/malloc.cc
index 85965c068..383a590c8 100644
--- a/winsup/cygwin/malloc.cc
+++ b/winsup/cygwin/malloc.cc
@@ -1455,7 +1455,7 @@ void public_mSTATs();
#define M_MMAP_THRESHOLD -3
-#define DEFAULT_MMAP_THRESHOLD (128 * 1024 * 1024)
+#define DEFAULT_MMAP_THRESHOLD (16 * 1024 * 1024)
#ifndef DEFAULT_MMAP_THRESHOLD
#define DEFAULT_MMAP_THRESHOLD (256 * 1024)