Debugdiag shows “Microsoft VC Runtime Heap” using over 1gb

自闭症网瘾萝莉.ら 提交于 2019-12-08 05:01:17

问题


Hello I have a leak in my WPF application and I'm trying to use the memory dump file to track down where the problem is.

Using WinDbg and SOS I couldn't find anything suspicious. Then I tried DebugDiag and I got that Microsoft VC Runtime Heap (private) has 1,42 GBytes of commited memory.

Do you know why does this happen?

Heap 1 - 0x003b0000

Heap Name   Microsoft VC Runtime Heap (private)
Heap Description   This is a private CRT heap used by mscoreei 
Reserved memory   1,43 GBytes 
Committed memory   1,42 GBytes(99,21% of reserved) 
Uncommitted memory   11,48 MBytes(0,79% of reserved) 
Number of heap segments   242 segments 
Number of uncommitted ranges   242 range(s) 
Size of largest uncommitted range   124 KBytes 
Calculated heap fragmentation Unavailable 

Thanks,

来源:https://stackoverflow.com/questions/44404212/debugdiag-shows-microsoft-vc-runtime-heap-using-over-1gb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!