用于混合模式 C++ 的内存调试器应用

发布于 2024-08-22 03:14:09 字数 196 浏览 7 评论 0原文

我必须维护一个大型 C++ 混合模式应用程序(VC++ 2005,CLR 支持:/clr:oldsyntax)。我怀疑该程序存在大量内存泄漏,但很难手动找到它们。对于本机 C++ 应用程序,我们使用 Purify(以及 Linux 上的 Valgrind)。

不幸的是 Purify 不支持混合模式程序集。这里有人知道一个支持混合模式程序集的不错的内存调试器吗?

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 with support for mixed mode assemblies?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

强辩 2024-08-29 03:14:09

查看AQTime。我用过它并且它相当不错。他们还提供了不受阻碍的免费试用版(我上次检查过)。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文