[gecode-users] Memory leaks detection

Guido Tack tack at ps.uni-sb.de
Sat Jul 7 09:09:06 CEST 2007


Hi.

Javier Andrés Mena Zapata wrote:

> I'm creating a new constraint system. Is there any way to detect  
> memory leaks?

We've found valgrind to be extremely useful. It does not only find  
memory leaks, but also use of uninitialized memory or dangling  
pointers, and it tells you exactly where in your code the problem is.

Cheers,
	Guido

-- 
Guido Tack
Programming Systems Lab, Saarland University, Germany
http://www.ps.uni-sb.de/~tack



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.ps.uni-sb.de/pipermail/users/attachments/20070707/2d1eba7c/attachment.htm>


More information about the gecode-users mailing list