Looking for way to get a list of all class / struct from a C++ Windows program
I’m debugging some suspected memory leak issue, and I see in Windbg heap stats a large list of allocations of specific size.
Traditionally – to find the source of the allocation I have used Gflags, reproduce the issue and looked at the stacks information.