This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: newlib/libc/stdlib/mallocr.c


On Tue, Apr 02, 2002 at 07:44:25AM -0500, Earnie Boyd wrote:
>In my modifying Cygwin source for MSYS I began having issues with malloc
>and the offending pieces being within this source.  I noticed that the
>HAVE_MMAP macro was set to 0 by default instead of 1 by default as
>Dave's documentation says that it does.  Modifying the macro value to 1
>caused all of the problems I was experiencing to disappear.
>
>Do other Cygwin developers see benefit for a patch to newlib?

Can you describe the problem?  I guess it's possible that allowing this code
would fix the out-of-memory heap issues we continually have but, the last time
I benchmarked this, using mmap had a performance hit.  This was on UNIX but
I can't imagine it isn't the same on cygwin.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]