Date: Fri, 25 Aug 2000 14:03:27 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: haim DOT cohen AT intel DOT com Message-Id: <9743-Fri25Aug2000140327+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b CC: djgpp AT delorie DOT com In-reply-to: <8o2ggb$oi7@news.or.intel.com> (haim.cohen@intel.com) Subject: Re: How to get the size of available memory ? References: <8o2ggb$oi7 AT news DOT or DOT intel DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Haim Cohen" > Newsgroups: comp.os.msdos.djgpp,comp.os.msdos.programmer > Date: Thu, 24 Aug 2000 09:48:40 +0300 > > Is someone know how to get the size of the available memory in the system by > C/C++ standard routines or assembly commands ? Depending on the details of what you want to know, it may or may not be possible. For details, see section 15.2 of the DJGPP FAQ list. There are also several (non-standard) functions in the library which report available memory, see libc.info for their docs.