Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-02-23 02:02:15 +0300
committerChristopher Faylor <me@cgf.cx>2003-02-23 02:02:15 +0300
commita066f3645b3916e8fdd2fdbcc7eed6ca6bcfe989 (patch)
tree7253fb0d46070686ca5fc90ca28b269e70607b9b /winsup/cygwin/cygmalloc.h
parent878e60c56146c6e8fe6530de84627bf4c3a9d20e (diff)
* cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true. # cygwin.din:
Export mallinfo. # malloc_wrapper.cc (mallinfo): New function.
Diffstat (limited to 'winsup/cygwin/cygmalloc.h')
-rw-r--r--winsup/cygwin/cygmalloc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/cygmalloc.h b/winsup/cygwin/cygmalloc.h
index 2c1bbde42..3d3a0acd5 100644
--- a/winsup/cygwin/cygmalloc.h
+++ b/winsup/cygwin/cygmalloc.h
@@ -21,7 +21,6 @@ extern "C" void dlmalloc_stats ();
#ifndef __INSIDE_CYGWIN__
# define USE_DL_PREFIX 1
-# define MORECORE_CANNOT_TRIM 1
#else
# define __malloc_lock() mallock->acquire ()
# define __malloc_unlock() mallock->release ()