Re: memory leak analyzer tools

2009-02-12 Thread John C. Randolph
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

Re: memory leak analyzer tools

2009-02-12 Thread Alex Kac
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

memory leak analyzer tools

2009-02-10 Thread Valentin Dan
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

Re: memory leak analyzer tools

2009-02-10 Thread Robert Marini
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