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



_______________________________________________
Gecode users mailing list
[EMAIL PROTECTED]
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to