|
From: Jaskaran S. <jas...@pe...> - 2005-10-13 14:22:13
|
Hi, Does valgrind provide a means of selectively turning heap checking ON = and OFF programmatically ? Something like: HeapChecker.start(); doSomething(); HeapChecker.stop(); so that the generated report contains leaks, if any, in doSomething(); I = am looking to integrate valgrind with my unit test framework but I do = not want the complete test harness to run under valgrind as that can be = prohibitive. Regards, Jaskaran |