Is there a diagnostic that detects memory leaks?

tdean

Distinguished
May 4, 2001
1,052
0
19,280
we've got some issues with software at work, how does one determine if there is a mem leak?

You want to smoke? That's your choice -- just like any other form of suicide.
 

lunitic

Distinguished
Aug 6, 2003
214
0
18,680
Basically you take snapshots of memory allocations during execution of your application and compare them.
The procedure is typically dependant of the compiler you use, if you're using Microsoft open the help file, and search for 'Memory leaks'/ 'Detecting' and 'Locating'.

<P ID="edit"><FONT SIZE=-1><EM>Edited by lunitic on 09/26/03 10:18 AM.</EM></FONT></P>