From: Dan Levin Newsgroups: comp.os.msdos.djgpp Subject: Heap monitoring Date: Fri, 27 Mar 1998 21:38:42 +0100 Organization: A customer of Tele2 Lines: 9 Message-ID: <351C0E52.521FDF40@mailbox.swipnet.se> NNTP-Posting-Host: mn8.swip.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cache-Post-Path: mn8!s-35471 AT dialup84-3-14 DOT swipnet DOT se To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello ! How do you monitor the heap in the djgpp environment ? When I use Borland I have access to functions like heapwalk() and heapcheck(). So are there any built in resources to monitor the heap - in order to discover memory leaks for example ? Any special libs..?? Regards Dan.