Lalit Raghav
What is Memory Leakage in c# ?
By Lalit Raghav in .NET on Aug 10 2015
  • Ravi Patel
    Jan, 2016 4

    A memory leak occurs when your program dynamically allocates memory that doesn't get properly deallocated after you're done using it. If you have a program that continuously does this, your leak will get bigger and bigger and pretty soon your program is taking up all your RAM.

    • 2


Most Popular Job Functions


MOST LIKED QUESTIONS