|
From: Servesh T. <se...@gm...> - 2006-03-16 23:15:43
|
has anyone successfully done something like: ./valgrind --tool=3Dmemcheck --leak-check=3Dyes ./valgrind --tool=3Dmemchec= k --leak-check=3Dyes ./program My try was unsuccessful. Why am I curious? -- when I run valgrind on a large binary (that I need profiled), the valgrind process ends up using around 2G of memory. -Servesh |