Visual C++ - Memory Leak Detection

前端 未结 10 1257
栀梦
栀梦 2020-12-08 17:36

Any suggestions? This SO post talks about Visual Leak Detector, but I\'m looking for other tools. Also, please don\'t recommend this.

10条回答
  •  囚心锁ツ
    2020-12-08 17:58

    There is also application verifier. It can track a whole bunch of other issues as well apart from leaks like places where you forget to free win32 objects such as handles etc ...

    The MSDN link is: http://msdn.microsoft.com/en-us/library/ms220948(VS.80).aspx

提交回复
热议问题