From: Elliott Oti Newsgroups: comp.os.msdos.djgpp Subject: Re: Q: Problems with free() : Followup Date: Mon, 11 Nov 1996 06:53:52 -0800 Organization: Academic Computer Centre Utrecht, (ACCU) Lines: 12 Message-ID: <32873E00.44ED@stud.warande.ruu.nl> References: NNTP-Posting-Host: warande1078.warande.ruu.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Eli Zaretskii To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Eli Zaretskii wrote: > I ran some test programs malloc'ing and freeing variable amounts of memory continuously, and while there was some inefficiency ( about 2.5 times as much memory as was needed gets incorporated in the pool at the end of it), there was no drastic leakage. The bug lies in my own code, most likely, and I'll have to go thru it myself to dig it up. Thanks for all the help. Elliott.