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
精彩评论