Date: Sun, 24 Mar 1996 16:55:31 +0200 (IST) From: Eli Zaretskii To: Eric NICOLAS Cc: djgpp AT delorie DOT com Subject: Re: Free memory detection (again...) In-Reply-To: <4irbnp$a3c@news.cea.fr> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 21 Mar 1996, Eric NICOLAS wrote: > > is available to malloc() and new...) ?? My goal is to show free memory > information in a sort of 'perf meter'. You can't, unless you add some code to `malloc' which will report the info about its internal tables. If you do, please consider posting it so that they could be added to the library.