|
From: Lakshman <lak...@gm...> - 2006-04-28 11:30:46
|
Hello , I have a project and it contains many executables, all depends on each other, how should i use valgrind to detect memory leaks.. -- Thanks and Regards Lakshman |
|
From: Bryan M. <om...@br...> - 2006-04-28 11:44:52
|
Lakshman, We run valgrind on one executable at a time, ensuring that is gets fully exercised before moving onto the next. Of course, using tools like ps and top at the start and end of a normal run can give you hint as to whether you need to check a particular component or not. Bryan "Brain Murders" Meredith Lakshman wrote: > Hello , > > I have a project and it contains many executables, all depends on each > other, how should i use valgrind to detect memory leaks.. > > -- > Thanks and Regards > Lakshman > |