Date: Thu, 27 Jan 94 09:39:48 EST From: ryoung AT clark DOT dgim DOT doc DOT ca (Richard Young) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Memory available function? I have a program which does numerous frees and deletes of large arrays and I wish to monitor the amount of memory available. Is their a function which can provide me with this information. Something similar to Borland C++ 's coreleft() function would be sufficient. Secondly, since I have never been a unix user I was not familiar with the format of some of the documentation that came with DJGPP. There were a number of .Inn, .tex, .inf files that appear to be documentation but that I can't look at with my test editor. Could some one enlighten me as to what these are and how I can read them. I'm that the information that I want above must be somewhere in the documentation. Thanks! PS. Great job with DJGPP guys.