本文介绍了C ++如何检测内存泄漏(最新工具,技术)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
过去我曾使用BoundsChecker进行C ++内存泄漏检测。它非常适合32位但从未在64位下100%工作,没有更新的API支持,所以我们放弃了这个工具。
- 想知道现在C ++开发人员如何应对内存泄漏? br />
现在我正在使用Visual Studio 2015.任何新的工具/技术来对抗内存泄漏?
谢谢。
我尝试了什么:
什么都没有........ ..............
解决方案
Old times I've used the BoundsChecker for C++ memory leaks detection. It was very good for 32 bit but never worked 100% under 64 bit, no newer API's support, so we dropped this tool.
- Just wonder how nowdays the C++ developers cope with the memory leaks?
Now I'm working with Visual Studio 2015. Any new tools/techniques to fight the memory leaks?
Thanks.
What I have tried:
nothing yet ......................
解决方案
这篇关于C ++如何检测内存泄漏(最新工具,技术)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!