From: "Rafal Maj" Newsgroups: comp.os.msdos.djgpp Subject: Counting allocated memory Date: Sun, 6 May 2001 10:52:40 +0200 Organization: Academic Computer Center CYFRONET AGH Lines: 10 Message-ID: <9d33ak$gbv$1@info.cyf-kr.edu.pl> NNTP-Posting-Host: d-94-53-27.cyfronet.krakow.pl X-Trace: info.cyf-kr.edu.pl 989139095 16767 149.156.1.187 (6 May 2001 08:51:35 GMT) X-Complaints-To: news AT cyf-kr DOT edu DOT pl NNTP-Posting-Date: Sun, 6 May 2001 08:51:35 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com H, I have question about allocating memory. In DJGPP, is there somewhere information about all blocks of memory that have been allocated and still wheren't freed ? If yes, then can I somehow display list off all memory allocations (addres+size) ? If not, then can I get exacly number of allocated bytes ? It can be very useful for debugging purpose... Thanks in advice Raf256