Possible Duplicate:
Is there a good Valgrind substitute for Window开发者_如何学Gos?
I have used valgrind in Linux. Can anyone tell me some similar tools for checking memory leak in windows?
AppVerifier will check for memory leaks, as well as many other kinds of Windows-specific errors.
The similiar topic was discussed in here: Is there a good Valgrind substitute for Windows?
Visual Leak Detector is a good tool to check App in DEBUG Mode.
精彩评论