Visual C++ - Memory Leak Detection

前端 未结 10 1305
栀梦
栀梦 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:50

    VLD cannot be trusted for more serious projects.

    Intel has a good tool called Inspector.

    After 3 days searching for a good tool to find leaks on x64 binaries with C++ in Visual Studio, this is the only good option I found.

提交回复
热议问题