X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Thu, 16 May 2002 21:50:07 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <4839-Thu16May2002215006+0300-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <3CE3D4EE.5DBF820B@yahoo.com> (message from CBFalconer on Thu, 16 May 2002 11:49:02 -0400) Subject: Re: Malloc/free DJGPP code References: <10204222312 DOT AA16592 AT clio DOT rice DOT edu> <3CE37BCA DOT F5DE2858 AT yahoo DOT com> <557-Thu16May2002145925+0300-eliz AT is DOT elta DOT co DOT il> <3CE3D4EE DOT 5DBF820B AT yahoo DOT com> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Thu, 16 May 2002 11:49:02 -0400 > From: CBFalconer > > > > Our sbrk cannot return memory to the system, so no problems can ever > > arise out of that ;-) > > It cannot be told to supply a negative increment, thus reducing > the portion supplied (question, not statement)? The DJGPP implementation of sbrk does accept a negative argument, but it doesn't return that memory to the system.