Date: Wed, 24 Jun 1998 15:14:09 +0300 (IDT) From: Eli Zaretskii To: djgpp AT delorie DOT com cc: Aleksey Kondratyev Subject: Re: free() In-Reply-To: <6mqjja$p9s$1@simtel.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 24 Jun 1998, Aleksey Kondratyev wrote: > I suggest to choose a bad (but simple) heap manager, e.g. from Borland > C++ RTL :-). Why should we chose a bad malloc? Why not chose a good one? For DJGPP v2.02, DJ Delorie wrote a new version of malloc, which wastes much less memory than the current implementation. It is very good, based on some testing.