]> sourceware.org Git - newlib-cygwin.git/commitdiff
* cygheap.cc (init_cheap): Conditionalize debugging code.
authorChristopher Faylor <me@cgf.cx>
Sun, 21 Mar 2004 21:51:26 +0000 (21:51 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 21 Mar 2004 21:51:26 +0000 (21:51 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/cygheap.cc

index 335019e01fc5aef54a08020b3e5ca42b44c7d22f..df4ff01d05430d9a9bdb4ac3f497054624460509 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-21  Christopher Faylor  <cgf@redhat.com>
+
+       * cygheap.cc (init_cheap): Conditionalize debugging code.
+
 2004-03-21  Christopher Faylor  <cgf@redhat.com>
 
        * cygheap.cc (init_cheap): Add ability to specify minimal cygwin heap
index 7e9b144481b67eb05afeb785fc84aaa552fcfbb9..68b5346249d4ed8fbf7e5868f11f28b925ee081f 100644 (file)
@@ -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;
This page took 0.034894 seconds and 5 git commands to generate.