linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Purify or Comparable???
@ 2000-10-04  9:44 Michael Norton
  2000-10-04 17:14 ` Kevin Buettner
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Norton @ 2000-10-04  9:44 UTC (permalink / raw)
  To: linuxppc-dev


hi,

What software tool is recommended for examining memory leaks in code?
Does a close cousin of Purify exist for LinuxPPC/ What do you coders
recommend?

thanks,

Mike


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Purify or Comparable???
  2000-10-04  9:44 Purify or Comparable??? Michael Norton
@ 2000-10-04 17:14 ` Kevin Buettner
  2000-10-04 18:10   ` Erik Winkler
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Buettner @ 2000-10-04 17:14 UTC (permalink / raw)
  To: mnorton, linuxppc-dev


On Oct 4,  5:44am, Michael Norton wrote:

> What software tool is recommended for examining memory leaks in code?
> Does a close cousin of Purify exist for LinuxPPC/ What do you coders
> recommend?

I've never used Purify, so I can't offer a comparison, but...

I've found that dmalloc works quite well for debugging memory
allocation related problems.  See http://dmalloc.com/.

Kevin

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Purify or Comparable???
  2000-10-04 17:14 ` Kevin Buettner
@ 2000-10-04 18:10   ` Erik Winkler
  0 siblings, 0 replies; 3+ messages in thread
From: Erik Winkler @ 2000-10-04 18:10 UTC (permalink / raw)
  To: Kevin Buettner; +Cc: mnorton, linuxppc-dev


I've used purify in a SunOS environment and it worked great.  Combined with
Pure Coverage I was able to test all my code for memory leaks.  I'm not
sure if it's available for LinuxPPC, but maybe for Linux i386.

Erik

Kevin Buettner wrote:

> On Oct 4,  5:44am, Michael Norton wrote:
>
> > What software tool is recommended for examining memory leaks in code?
> > Does a close cousin of Purify exist for LinuxPPC/ What do you coders
> > recommend?
>
> I've never used Purify, so I can't offer a comparison, but...
>
> I've found that dmalloc works quite well for debugging memory
> allocation related problems.  See http://dmalloc.com/.
>
> Kevin
>


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-10-04 18:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-10-04  9:44 Purify or Comparable??? Michael Norton
2000-10-04 17:14 ` Kevin Buettner
2000-10-04 18:10   ` Erik Winkler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).