memory leak detector

memory leak detector

Post by Fredrik » Fri, 07 Sep 2001 23:05:57



Does anybody know of a good and simple to use memory leak detector for Linux
and g++?

-----=  Posted via Newsfeeds.Com, Uncensored Usenet News  =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
 Check out our new Unlimited Server. No Download or Time Limits!
-----==  Over 80,000 Newsgroups - 19 Different Servers!  ==-----

 
 
 

memory leak detector

Post by Art Haa » Fri, 07 Sep 2001 23:15:46



> Does anybody know of a good and simple to use memory leak detector for Linux
> and g++?

memprof - a gnome app

there are also memory leak finding features provided by glibc.

--
###############################
# Art Haas
# (713) 689-2417
###############################

 
 
 

memory leak detector

Post by PhysicsSeek » Fri, 07 Sep 2001 23:21:36


I never found one that worked well for both malloc/free AND
new/delete.  But I found two that did well separately.  For c++ style
try LeakTracer and for c-style try mpr (I think that's what it was
called).  Check freshmeat.net for current locations.

And Fredrik H Spoke:

Quote:

>Does anybody know of a good and simple to use memory leak detector for Linux
>and g++?

>-----=  Posted via Newsfeeds.Com, Uncensored Usenet News  =-----
>http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
> Check out our new Unlimited Server. No Download or Time Limits!
>-----==  Over 80,000 Newsgroups - 19 Different Servers!  ==-----