VC++在 Visual Studio 2010 上:使用调试堆发布版本

发布于 2024-12-11 11:47:47 字数 289 浏览 0 评论 0原文

我正在对一个缓慢的 C++ 应用程序进行基准测试/优化,在拍摄一些堆栈快照时,我发现我的应用程序的发布版本正在使用调试堆,因为找到的一些堆栈跟踪表明:

ntdll.dll!string "Enabling heap debug options\n"()  + 0x11056 bytes 

这是一个运行在Windows 7。我在网上看到两三个关于这个问题的投诉,但没有任何回应。

有谁知道为什么 Windows 或 Visual Studio 将调试堆用于发布构建 C++ 项目?

I'm benchmarking/optimizing a slow C++ application, and in taking some stackshots I found that the release build of my application is using the debug heap, as some of the stack traces found would indicate:

ntdll.dll!string "Enabling heap debug options\n"()  + 0x11056 bytes 

This is a 64-bit application running on Windows 7. I see two or three other complaints about this problem in the exact same environment online, but without any responses.

Does anyone have a clue why Windows or Visual Studio would be using the debug heap for a release build C++ project?

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

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

发布评论

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

评论(1

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