Memory leak detection in linux application

Please let me know, how to detect if the application has memory leak in linux platform. Which command/tool and what counters to track, to confidently say that the process leaks memory ?

Or in other words, how do i find memory leak of a running process ?
Last edited on
You might be looking for Valgrind.
Topic archived. No new replies allowed.