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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
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)... |
|||
|