开发者

Appverifier and Visual Studio for leak detection

开发者 https://www.devze.com 2022-12-27 09:36 出处:网络
I\'m running Appverifier in an application. When it detects a memory leaks the logs saids \"Address of the leaked allocation. Run !heap -p -ato get additional information开发者_如何学编程 about the

I'm running Appverifier in an application. When it detects a memory leaks the logs saids

"Address of the leaked allocation. Run !heap -p -a to get additional information开发者_如何学编程 about the allocation."

I guess that's when you are running in Windbg, is there any way to access the allocation stack trace from inside Visual Studio ?


Not that I know of. You will have to use WinDbg to track those down.

http://www.winprogger.com

0

精彩评论

暂无评论...
验证码 换一张
取 消