无法检测 .NET 中的非托管内存分配

发布于 2024-11-27 06:44:06 字数 383 浏览 1 评论 0原文

我想确定我的应用程序巨大内存消耗的来源。我的应用程序占用了大量虚拟内存(任务管理器中的 VM 列或 VMMap 中的私有字节)

我的应用程序是 .net 服务,但它使用 C# 包装器来封装 C++ 对象。

我尝试了 Red Gate Ants 内存分析器,但它仅计算托管对象,而不计算非托管 C++ new 运算符(只是调用 Virtual Alloc)分配的内存。

托管内存分析器的另一个问题是不允许跟踪调用图 - 请参见下图。

在此处输入图像描述

在此输入图像描述

I want to determine the source of huge memory consumption of my app. My application is eating a lot of virtual memory (VM column in task manager or private bytes in VMMap)

My application is .net service but it uses C# wrappers around C++ objects.

I tried Red Gate Ants Memory profiler but it counts only managed objects and does not count memory allocated by unmanaged C++ new operator (which is simply calling Virtual Alloc).

Another problem with managed memory profiler is that does not allow to trace call graph - see picture below.

enter image description here

enter image description here

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

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

发布评论

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

评论(1

娇纵 2024-12-04 06:44:06

您可以使用DebugDiag。它将跟踪 C# 和 C++ 对象。

You can use DebugDiag. It will track C# and C++ objects.

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