On 5/24/05, Kaustubh Gadkari <[EMAIL PROTECTED]> wrote: > On Monday 23 May 2005 7:08 pm, Atul Thosar wrote: > > hello all > > i need an efficient tool that finds memory lecks in program > > program is written in c, platform linux > > > Either of memprof / ccmalloc / leaktracer / electric fence. > > Kaustubh >
Try valgrind and its various skins. It is very usefull for large programs. memprof is handy for smaller programs. --Ashwin -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
