![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Looking for memory leaks freeware tools | umen | UNIX and Linux Applications | 3 | 01-04-2008 11:39 PM |
| Find memory leaks shell script ??? | nano2 | Shell Programming and Scripting | 5 | 06-20-2007 01:46 PM |
| strange problem with memory leaks | shriashishpatil | UNIX for Advanced & Expert Users | 1 | 08-10-2006 08:47 AM |
| Memory leaks on HP-UX 11i | gimhan90 | HP-UX | 1 | 09-22-2005 11:41 AM |
| memory leaks | jyotipg | UNIX for Advanced & Expert Users | 3 | 10-18-2002 02:24 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Tool for finding memory leaks
hi, i am a c++ programmer working on linux(redhat linux8.0) environment, i need to find out the memory leaks, so far i didn't used any tools, so what are the tools are available, and whic one is good to use. plz provide with a small example.
|
|
||||
|
Electric Fence and Valgrind are two Open Source tools that work very well, especially since they both find stuff the other one overlooks.
This doesn't involve coding - you compile Code:
gcc -g -Wall myfile.c -lefence -o myfile then optinally run the code "under" Code:
valgrind filename http://www.llnl.gov/icc/lc/DEG/valgrind/ http://www.parl.clemson.edu/~wjones/...gging/pres.pdf |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|