Risk in Contemporary Economy (Jun 2014)
DYNAMIC MEMORY ALLOCATION – CLR PROFILER
Abstract
At the present time, information systems are an important component in the development of many activities, due to their ability of managing a large amount of data and performing complex operations in a very short time. In this regard, very important is the correct management of all available resources, especially memory management. Haven’t happened to test an application, but it runs out of memory? This paper is trying to explain some of the situations causing those problems and also is trying to find some solutions for fixing them. Concluding, the purpose of this paper is to emphasize on one hand the importance of using a memory profiler in the development of your applications and on the other hand, the advantages brought by CLR Profiler on your .NET applications.