hello,
can anybody recommend me a tool that will automatically detect
memory leaks in my c++ code compiled with g++. i'm looking for
something similar to what bcheck or dbx does [when you do
'check -leaks']. if it can identify actual lines in code where
the leak(s) occur that would be even better.
i had no luck with gdb; i know there is the leaks command but
i'm not exactly sure how to use it on my program. i have tried
some other tools, including MallocDebug, but couldn't get any
of them to work on my intel based mac.
thank you.
-- ilya