]> sourceware.org Git - newlib-cygwin.git/commitdiff
* cygmalloc.h (MORECORE_CANNOT_TRIM): Define.
authorChristopher Faylor <me@cgf.cx>
Sun, 18 Aug 2002 04:14:59 +0000 (04:14 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 18 Aug 2002 04:14:59 +0000 (04:14 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/cygmalloc.h

index a27e1980a1af2d9e72c2d1fc048c7ffd1edaaefb..2e8de6145ae5632ae556ee42c59d6b7eddcfa9c7 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-18  Christopher Faylor  <cgf@redhat.com>
+
+       * cygmalloc.h (MORECORE_CANNOT_TRIM): Define.
+
 2002-08-18  Christopher Faylor  <cgf@redhat.com>
 
        * sigproc.cc (sigCONT): Define.
index 8c7fc3f9aa35d521b2eba7e1d05bf2e7a721251f..2c1bbde42202a25fbc0325caf05e1184293cffac 100644 (file)
@@ -22,7 +22,6 @@ extern "C" void dlmalloc_stats ();
 #ifndef __INSIDE_CYGWIN__
 # define USE_DL_PREFIX 1
 # define MORECORE_CANNOT_TRIM 1
-# define DEBUG 1
 #else
 # define __malloc_lock() mallock->acquire ()
 # define __malloc_unlock() mallock->release ()
This page took 0.030143 seconds and 5 git commands to generate.