mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-06 22:40:36 +08:00
* 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>
|
2002-08-18 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* sigproc.cc (sigCONT): Define.
|
* sigproc.cc (sigCONT): Define.
|
||||||
|
@ -22,7 +22,6 @@ extern "C" void dlmalloc_stats ();
|
|||||||
#ifndef __INSIDE_CYGWIN__
|
#ifndef __INSIDE_CYGWIN__
|
||||||
# define USE_DL_PREFIX 1
|
# define USE_DL_PREFIX 1
|
||||||
# define MORECORE_CANNOT_TRIM 1
|
# define MORECORE_CANNOT_TRIM 1
|
||||||
# define DEBUG 1
|
|
||||||
#else
|
#else
|
||||||
# define __malloc_lock() mallock->acquire ()
|
# define __malloc_lock() mallock->acquire ()
|
||||||
# define __malloc_unlock() mallock->release ()
|
# define __malloc_unlock() mallock->release ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user