什么是一个C / C ++程序和DLL插件最好的免费内存泄漏检测器? [英] What is the best free memory leak detector for a C/C++ program and its plug-in DLLs?

查看:118
本文介绍了什么是一个C / C ++程序和DLL插件最好的免费内存泄漏检测器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个.exe和许多插件,该.exe加载的.dll模块。 (我有来源两者。)一个跨平台(附源码)解决方案将是理想的,但平台可以缩小到WinXP的和Visual Studio(在我的情况下,7.1 / 2003)。

I have a .exe and many plug-in .dll modules that the .exe loads. (I have source for both.) A cross-platform (with source) solution would be ideal, but the platform can be narrowed to WinXP and Visual Studio (7.1/2003 in my case).

内置VS检漏仪只给其中,新/ malloc的是从所谓的线,但我有一个分配的包装,所以一个完整的象征性的堆栈跟踪将是最好的。

The built-in VS leak detector only gives the line where new/malloc was called from, but I have a wrapper for allocations, so a full symbolic stack trace would be best.

的检测器也将能够以检测在两个该.exe泄漏和与之配套的插件的.dll模块

The detector would also be able to detect for a leak in both the .exe and its accompanying plug-in .dll modules.

推荐答案

我个人使用视觉检漏仪,尽管它可以引起大的延误时,大块泄露(它显示了整个泄漏块的内容)。

I personally use Visual Leak Detector, though it can cause large delays when large blocks are leaked (it displays the contents of the entire leaked block).

这篇关于什么是一个C / C ++程序和DLL插件最好的免费内存泄漏检测器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆