开发者

Memory leak detection tool for qt applications on windows

开发者 https://www.devze.com 2022-12-30 18:04 出处:网络
Is there any free memory leak detection tool for QT programs to run on windows? I am using QtCreator as my IDE. If any plugin or add-on is available with 开发者_如何学JAVAQtCreator its best also.

Is there any free memory leak detection tool for QT programs to run on windows? I am using QtCreator as my IDE. If any plugin or add-on is available with 开发者_如何学JAVAQtCreator its best also.

Has anybody any idea about this?


You may try cppcheck - it's a static analysis tool and is able to catch some leaks.


maybe in your case would fit any addition, plug-in. you can try to use something like deleaker

0

精彩评论

暂无评论...
验证码 换一张
取 消