开发者

Memory debugger for mixed-mode C++ applications

开发者 https://www.devze.com 2022-12-20 15:17 出处:网络
I have to maintain a large C++ mixed-mode application (VC++ 2005, CLR-support: /clr:oldsyntax). I suspect the program has a number of memory leaks but it\'s hard to find them manually. For native C++

I have to maintain a large C++ mixed-mode application (VC++ 2005, CLR-support: /clr:oldsyntax). I suspect the program has a number of memory leaks but it's hard to find them manually. For native C++ applications we use Purify (and Valgrind on Linux).

Unfortunately Purify does not support mixed mode assemblies. Anybody here knows a decent memory debugger wit开发者_如何学JAVAh support for mixed mode assemblies?


Take a look at AQTime. I've used it and it's pretty decent. They also provide a free trial version that's unhindered (last I checked).

0

精彩评论

暂无评论...
验证码 换一张
取 消