Date: Tue, 1 Oct 1996 09:37:52 +0200 (IST) From: Eli Zaretskii To: Alex Demko Cc: djgpp AT delorie DOT com Subject: Re: djgpp - getting memory stats In-Reply-To: <32504233.770F@mbnet.mb.ca> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 30 Sep 1996, Alex Demko wrote: > What functions can I use to find out things like "how much ram my > program > is using" and "how much physical ram is available to me"? Use the `_go32_remaining_physical_memory' library function. It is documented in the on-line library docs.