So I've got a patch lined up (my weekend project) which detects memory leaks in tests.
It's basically using: http://msdn.microsoft.com/en-us/library/k4htzb06.aspx and http://msdn.microsoft.com/en-us/library/h3z85t43.aspx The output is: memleak.cpp(10): error: Failure in LeakDetection: Memory Leak Detected! As far as I know though, this is Microsoft/Intel only. Is there a way to do this with good ole' fashioned POSIX and maybe embedded systems? NOTE: This will not break non-Microsoft/Intel builds. It's carefully #ifdef'd. ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ unittest-cpp-devel mailing list unittest-cpp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unittest-cpp-devel