dotMemory
 
Get dotMemory

Run Profiling

Last modified: 02 October 2024

From memory perspective, the work of your app is continuous allocation of memory for new objects and releasing the memory left from the objects that are no longer used by the app. Objects are allocated one after another in the so-called managed heap (For more information about memory management in .NET, refer to the .NET Memory Management Concepts section).