Date: Sun, 5 Dec 1999 12:58:00 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Francisco Pastor cc: djgpp AT delorie DOT com Subject: Re: Dinamic memory statistics function. In-Reply-To: <82375u$4jv$1@diana.bcn.ttd.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 1 Dec 1999, Francisco Pastor wrote: > In the C library of the djgpp v2.01 exist the function _mstats(char* buffer) > to get a report about the memory statistics, very usefull for me to test the > dinamic memory usage in my programs. > > Please, some body know if there is a simular function in djgpp v2.02 with > the new malloc/free/realloc funcions? No, there's no _mstats in v2.02 (and in v2.01, _mstats required to recompile the sources fore malloc). However, it should be very easy to change _mstats so that it works with v2.02's version of malloc.