Tool for detecting memory corruption in a mixed
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.
从来没有使用它,但根据其他人在SO写这个http://memprofiler.com/是一个托管分析器提供本地内存信息(在一个工具)...
链接地址: http://www.djcxy.com/p/57042.html上一篇: 检测托管应用程序中的非托管内存泄漏
下一篇: 用于检测混合内存中的内存损坏的工具