Hi.
I've tried using several tools to detect memory leaks (and also bottlenecks) in the C++ code I'm working on (platform: Windows). But our software is so large that none of them have been useful at all (GlowCode, IBM Purify and BoundsChecker).
Do you know any other tool running on Windows that may help us?
Another possible solution for us would be using one of these tools running on a 64-bit system. Anyone knows if there's some leak detection tool running on 64 bits?
Thanks a lot :)
I've tried using several tools to detect memory leaks (and also bottlenecks) in the C++ code I'm working on (platform: Windows). But our software is so large that none of them have been useful at all (GlowCode, IBM Purify and BoundsChecker).
Do you know any other tool running on Windows that may help us?
Another possible solution for us would be using one of these tools running on a 64-bit system. Anyone knows if there's some leak detection tool running on 64 bits?
Thanks a lot :)
Comment