AIX 的 xlC 上的 CRTDBG_MAP_ALLOC 等效项

发布于 2024-10-28 04:02:21 字数 120 浏览 3 评论 0原文

我正在尝试检测 AIX xlC 编译对象上是否存在内存泄漏。使用 Visual Studio 时,如果我包含 CRTDBG_MAP_ALLOC ,它会给我一些有关内存泄漏的打印输出信息。 xlC有类似的东西可以在调试时使用吗?

I am trying to detect if I have a memory leak on my AIX xlC compiled object. When using visual studio if I included CRTDBG_MAP_ALLOC it would give me some printout information regarding memory leaks. Does xlC have something similar to use when debugging?

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

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

发布评论

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

评论(1

韬韬不绝 2024-11-04 04:02:21

如果您使用基于 malloc() 的堆分配,则可以尝试使用 MALLOCDEBUG

Parasoft 的 Insure++ 等第三方工具可以提供更深入的分析,但它不是免费的。

让我知道结果如何!

If you're using malloc() based heap allocation, you can try to use MALLOCDEBUG.

Third party tools like Parasoft's Insure++ would give a more indepth analysis but its not free.

Let me know how it turns out!

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