用于检测混合模式应用程序中内存损坏的工具
谁能推荐一个免费或商业工具来检测通过 C++/CLI 桥调用非托管 C++ 库的 C# 4.0 应用程序中的内存损坏(而不是内存泄漏)?我们正在使用 Redgate Ants,但它不是设计的帮助处理非托管代码(这是发生内存损坏的地方)。谢谢。
Can anyone recommend a free or commercial tool that detects memory corruption (NOT memory leak) in a C# 4.0 application that calls unmanaged C++ libraries via a C++/CLI bridge? We are using Redgate Ants but it is not designed to help with the unmanaged code (this is where the memory corruption occurs). Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从未使用过它,但根据 SO 上其他人的说法,这个 http://memprofiler.com/ 是一个提供信息的托管分析器也在本机内存上(在一个工具中)...
Never used it but according to what others on SO wrote this http://memprofiler.com/ is a managed profiler providing information on native memory too (in one tool)...