I am currently looking into an issue where an application is using alot of private memory for a C++ app. It looks like alot is in committed and reserve memory based on the dump analysis.
I use Windbg. Is there any way I can see what excactly is in commited and reserve memory? I have narrowed it down to one specific heap.
My theory is that it’s not being released. I cannot live debug, I only have dumps to go on.
Any suggestions would help.
!address -Filtershould be able to give that information. Here are the different filter options.