* cygmalloc.h (MORECORE_CANNOT_TRIM): Define.

This commit is contained in:
Christopher Faylor 2002-08-18 04:14:59 +00:00
parent 0428827b0e
commit d17ba05c1c
2 changed files with 4 additions and 1 deletions

View 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.

View 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 ()