X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Andris Pavenis To: djgpp AT delorie DOT com Subject: Re: Detecting Memory Leaks Date: Wed, 22 Oct 2003 09:44:37 +0300 User-Agent: KMail/1.5.9 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200310220944.37957.pavenis@latnet.lv> Reply-To: djgpp AT delorie DOT com On Wednesday 22 October 2003 01:09, Dave T wrote: > Hello everyone, > > I'm a novice programmer, and I have built several C++ classes with > djgpp. I'm interested in conducting detailed testing of my work, and > in particular I want to ensure there are no memory leaks. Try http://www.geocities.com/SiliconValley/Horizon/8596/fortify.html http://hem1.passagen.se/blizzar/mss/index.html I sometimes used the first one. If the application can be compiled also under Linux then try Valgrind http://developer.kde.org/~sewardj/ Andris