Mail Archives: djgpp/1995/12/10/04:56:09
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).
- Raw text -