CLANG worked quite well for us.
On Feb 12, 2009, at 10:45 PM, John C. Randolph wrote:
On Feb 10, 2009, at 11:32 PM, Valentin Dan wrote:
Hi,
What tools are there to analyze memory leaks in programs ? Is there
something that would tell the exact location of the leak (the object
that's not b
On Feb 10, 2009, at 11:32 PM, Valentin Dan wrote:
Hi,
What tools are there to analyze memory leaks in programs ? Is there
something that would tell the exact location of the leak (the object
that's not being released) ?
Try /Developer/Applications/Instruments. It has a template
specific
I've often found the Clang Static Analyzer to be of great use in these
matters though it is still in development and can produce false
positives (and miss a few things). Instruments also includes a Leaks
tool that can assist in tracking down leaks (be sure to expand the
right extended deta
Hi,
What tools are there to analyze memory leaks in programs ? Is there
something that would tell the exact location of the leak (the object
that's not being released) ?
Thanks!
___
Valentin Dan, Software Engineer