|
From: Tom H. <to...@co...> - 2014-03-19 13:50:27
|
On 19/03/14 12:45, Ashoka K wrote: on the device. Device is ARM OMAP running Linux-2.6.33 cross compiled. > > I tested and found that summary of valgrind output is shown only on > graceful exit of > the application. Tested with a small memleak program as described in Valgrind > documentation. Memory leaks are only reported when the program finishes, unless you use a client request to ask for a check. Other errors, such as using uninitialised values, are reported as soon as they occur. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |