Chapter 5. Managed Heap and Garbage Collection
Manual memory management is a very common source of errors in applications today. As a matter of fact, several online studies indicate that the most common errors are related to manual memory management. Examples of such problems include
Dangling pointers
Double free
Memory leaks
Automatic memory management serves to remove the tedious and error-prone process of managing memory manually. Even though ...
Get Advanced .NET Debugging now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.