From: "Francisco Pastor" Newsgroups: comp.os.msdos.djgpp Subject: Dinamic memory statistics function. Date: Wed, 1 Dec 1999 14:20:31 +0100 Organization: Telefonica Transmision de Datos Lines: 13 Message-ID: <82375u$4jv$1@diana.bcn.ttd.net> NNTP-Posting-Host: ppp146.aimme.es X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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? Thanks in advance. Francisco Pastor