Sunday, March 9, 2014

What is memory leak?

When Dynamically allocated memory is not freed after its use, it leads to memory leak.
It is a very sensitive issue in embedded programming as lots of memory leaks can cause system to stall.

1 comment: