Date: Sun, 12 Jan 1997 19:09:04 +0200 (IST) From: Eli Zaretskii To: "John M. Aldrich" cc: djgpp AT delorie DOT com Subject: Re: how to free memory? In-Reply-To: <32D943A9.135F@cs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 12 Jan 1997, John M. Aldrich wrote: > Eli Zaretskii wrote: > > > > Virtual includes everything, AFAIK. > > I thought _go32_dpmi_remaining_virtual_memory() only reported > non-physical virtual memory, and that total_remaining = > remaining_physical + remaining_virtual. Was I wrong? As far as I see from the sources, you were wrong. But if you have a moment to spare (I don't), compile a trivial three-liner and see what it prints. I'm known to make trivial mistakes and then be publicly embarrassed.