Code Profiler – Allocations View

The Allocations View shows all of the .NET types that were created by your application; the number of instances of these types and their memory consumption are also recorded. To help you identify what aspect of your application might be suffering from a .NET memory issue, the Allocations View also correlates each .NET type with the methods that instantiated it. With this view, it is immediately obvious what methods might be abusing .NET memory.

Allocations View