Search code examples
c#memoryc++-climixed-mode

Tool for detecting memory corruption in a mixed-mode application


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.


Solution

  • 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)...