* cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true. # cygwin.din:

Export mallinfo.  # malloc_wrapper.cc (mallinfo): New function.
This commit is contained in:
Christopher Faylor
2003-02-22 23:02:15 +00:00
parent 878e60c561
commit a066f3645b
4 changed files with 25 additions and 1 deletions

View File

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