LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   how to detect memory leaks (https://www.linuxquestions.org/questions/linux-networking-3/how-to-detect-memory-leaks-252353/)

abirami 11-08-2004 04:54 AM

how to detect memory leaks
 
hi all,
Is there any tool to detect memory leaks in linux if present, how to use it?
how about Ingo's memleak detector ? how to install it +use it.

thanx,
abi.

rjlee 11-08-2004 05:19 AM

You could look for a program called Valgrind.
The easiest way to use it is through the kdevelop IDE; it's integrated in the later versions.

You can get help on how to use most programs by typing
Code:

man command
in a terminal.

shy 11-08-2004 05:35 AM

njamd is a useful tool for detecting malloc()'ed but not free()'d memory


All times are GMT -5. The time now is 02:40 PM.