Sender: nate AT cartsys DOT com Message-ID: <370B9B6F.51263697@cartsys.com> Date: Wed, 07 Apr 1999 10:52:47 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.5 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: ANNOUNCE: YAMD malloc debugger v0.2 References: <199904040340 DOT WAA02622 AT delorie DOT com> <370AB0A3 DOT FEEBB10E AT gate DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Aaron Walker wrote: > > Hello, > > I am very interested in this... I downloaded, compiled, and attempted to > use it. > I had already compiled by program with -g and all the required stuff, so > I just ran > run-yamd. It printed out about 10megs worth. Does it log every malloc > call, successfull or not, or just the ones that have multiple frees, > memory leaks, etc.? All. The -l option can change this. Try -l 2 to see only things that are possibly erroneous. ObDJGPP: The environment variable YAMD_LOGLEVEL does the same. -- Nate Eldredge nate AT cartsys DOT com