Tagged Questions

1
vote
2answers
392 views

How to determine which C/C++ objects use most memory

I have a mixed mode application (managed and native) which has a high memory footprint. I already have found out that most of the memory is allocated by native code. I am not talking about a memory ...