I am using timer_create function for timer functionality in my application. When timeout happens, a new thread gets created. That time my application\'s memory usage is gett
Valgrind is an invaluable tool for finding memory leaks in a Linux environment