Memory leakage – what is the easy way to find it?

Memory Leakage Before getting into memory leakage, an understanding of memory management is necessary. It happens manually in languages like C and C++. For example in C, whenever you want to allocate dynamic memory, you need to use malloc(). Later it is only the responsibility of the developer to free…

0 Comments

End of content

No more pages to load