开发者

What's the difference between Memory 1~4 window of visual studio?

Anyone has experience with the Memory window of visual studio开发者_JAVA百科?


There's no difference between the 4 memory windows, but having 4 of them is handy in those cases where you want to compare different pieces of memory.

I typically use the memory windows if I have a memory corruption (overwrite) or very strange minidump and I want to look at the underlying data structures. Since I have written my own memory manager, I can easily (well, almost) see in the memory windows which pieces of memory have been allocated, how big the pieces are, ... and so on.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜