From: "Denis V.Sorokovik" Newsgroups: comp.os.msdos.djgpp Subject: Re: Available memory Date: Sat, 18 Apr 1998 15:49:03 +0400 Organization: MAXnet Systems Lines: 10 Message-ID: <3538932F.7B225620@krona.obninsk.ru> References: <6h9n49$4rm$1 AT news DOT enterprise DOT net> NNTP-Posting-Host: indigo.maxnet.ru Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Cache-Post-Path: indigo.maxnet.ru!unknown AT 194 DOT 67 DOT 99 DOT 139 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Rodney McConnell wrote: > I have just really got into djgpp after using borlandc, What I can't > figure out is how to tell how much memory is available. In Bc > farcoreleft() or coreleft() would return how much. What's the djgpp > equivelent? Try _go32_dpmi_remaining_virtual_memory & _go32_dpmi_remaining_physical_memory.