Date: Sun, 10 Dec 1995 09:11:39 +0200 (IST) From: Eli Zaretskii To: "Alaric B. Williams" Cc: DJGPP AT sun DOT soe DOT clarkson DOT edu Subject: Re: coreleft() On Sat, 9 Dec 1995, Alaric B. Williams wrote: > Is there no coreleft() for DJGPP? I see there's a go32 function that reveals > things about free memory, but that's not going to work on a Cray, is it? Have I > just not seen a coreleft() function that exists? There are functions with similar functionality (they aren't called `coreleft'), but note that they only report memory which was *never* allocated; memory which was allocated, then freed is not reported as free. For details, see section 15.2 of the DJGPP FAQ list (faq102.zip from the same place you get DJGPP).