* cygmalloc.h (MORECORE_CANNOT_TRIM): Define.
This commit is contained in:
parent
0428827b0e
commit
d17ba05c1c
@ -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.
|
||||
|
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user