Date: Sat, 28 Mar 1998 10:39:57 -0800 (PST) Message-Id: <199803281839.KAA16512@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Dan Levin , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Heap monitoring Precedence: bulk At 09:38 3/27/1998 +0100, Dan Levin wrote: >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..?? Nothing built in. You have to wrap `malloc' and `free' for this. There is a package available called MSS which does this; I think you can find it in v2tk/. Nate Eldredge eldredge AT ap DOT net