search for: valgrind_do_added_leak_check

Displaying 2 results from an estimated 2 matches for "valgrind_do_added_leak_check".

2013 Apr 11
0
No subject
* |VALGRIND_DO_LEAK_CHECK|: does a full memory leak check (like |--leak-check=full|) right now. This is useful for incrementally checking for leaks between arbitrary places in the program's execution. It has no return value. * |VALGRIND_DO_ADDED_LEAK_CHECK|: same as |VALGRIND_DO_LEAK_CHECK| but only shows the entries for which there was an increase in leaked bytes or leaked number of blocks since the previous leak search. It has no return value. I'm now monitoring my test setup, but have yet to see any suspicious increase in memory c...
2014 Jan 26
3
Icecast 2.4 beta4 memory leak
Hi, On 01/25/2014 11:47 PM, v_2e at ukr.net wrote: > I have tested the newly released IceCast 2.4beta4 and again found a > noticeable memory leak in it. Can you please run Icecast under Valgrind? I'm personally using: valgrind -v --time-stamp=yes --leak-check=full --show-reachable=yes icecast -c /etc/icecast2/icecast.xml With our experiments so far we were not able to see such