Re: Memory leak checking for Cygwin applications

2008-03-15 Thread Reini Urban

Michael Chen schrieb:

What do the Cygwin development team recommend for checking memory
leaks/violations in Cygwin applications (C/C++)?

Valgrind is not available for Cygwin, and I am told by IBM/Rational that
PurifyPlus for Windows does not (and I confirmed) support GCC compiled code.


I only remember dmalloc as generic enough library.

Most bigger packages coded there own internal macros
to check for leaks.
--
Reini Urban
http://phpwiki.org/  http://murbreak.at/

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Memory leak checking for Cygwin applications

2008-03-14 Thread Michael Chen
Hi,

What do the Cygwin development team recommend for checking memory
leaks/violations in Cygwin applications (C/C++)?

Valgrind is not available for Cygwin, and I am told by IBM/Rational that
PurifyPlus for Windows does not (and I confirmed) support GCC compiled code.

Thank you

--Michael



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/