From e362f67fefb12b772ebaccb8a65f2002d467faf5 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 21 Mar 2004 21:51:26 +0000 Subject: * cygheap.cc (init_cheap): Conditionalize debugging code. --- winsup/cygwin/cygheap.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsup/cygwin/cygheap.cc') diff --git a/winsup/cygwin/cygheap.cc b/winsup/cygwin/cygheap.cc index 7e9b14448..68b534624 100644 --- a/winsup/cygwin/cygheap.cc +++ b/winsup/cygwin/cygheap.cc @@ -70,8 +70,10 @@ init_cheap () PAGE_NOACCESS))) break; while ((alloc_sz -= 2 * (1024 * 1024)) >= CYGHEAPSIZE_MIN); +#ifdef DEBUGGING if (alloc_sz != initial_sz) small_printf ("reset initial cygheap size to %u\n", alloc_sz); +#endif if (!cygheap) { MEMORY_BASIC_INFORMATION m; -- cgit v1.2.3