X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Anthony" Newsgroups: comp.os.msdos.djgpp Subject: Re: How can I monitor the amount of free RAM? Date: Mon, 22 Mar 2004 16:37:51 +0300 Organization: Radio-MSU NOC, Moscow State University Lines: 20 Message-ID: References: <200403191751 DOT i2JHp99L022683 AT envy DOT delorie DOT com> <16f148d8 DOT 0403200738 DOT 6034bc04 AT posting DOT google DOT com> <6hfp505rsl51sl3qpmj4bqtr34bfs2jg20 AT 4ax DOT com> <405CD11B DOT E5491C50 AT yahoo DOT com> NNTP-Posting-Host: integra.rmt.ru X-Trace: alpha2.radio-msu.net 1079962674 73809 81.13.30.150 (22 Mar 2004 13:37:54 GMT) X-Complaints-To: usenet AT radio-msu DOT net NNTP-Posting-Date: Mon, 22 Mar 2004 13:37:54 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > > > > There's a bunch of new functions giving malloc information, esp. > > mallinfo, malloc_debug, mallocmap, in the DJGPP 2.04 beta release, if > > you want to go to the effort of installing and trying a beta release. > > Those are all available in 2.03 with the nmalloc package I > mentioned earlier. Just follow the instructions to link the > malloc and malldbg objects before the library search. What is NOT > available in that package is a memalign routine that works for > arbitrary alignment. > > -- > Chuck F (cbfalconer AT yahoo DOT com) (cbfalconer AT worldnet DOT att DOT net) > Available for consulting/temporary embedded and systems. > USE worldnet address! > Ok, thanks, I'll use it. Anthony.