|
|
|
|
|
by simiones
1320 days ago
|
|
Memory leaks have always meant "failing to free memory that is no longer needed". Garbage collection literature often stresses the difference between "no longer needed" and "not reachable", noting that the former is not automatically enforceable (it amounts to solving the halting problem), but the latter is only a heuristic. So, the fact that garbage collectors can't prevent all memory leaks is always stressed by the literature. |
|
Citation needed - that sounds reasonable, but i have never come across that formulation before.