📜  内存溢出 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:28.398000             🧑  作者: Mango

代码示例1
In computer science, a memory leak is a type of resource leak that occurs when a computer program incorrectly manages memory allocations in a way that memory which is no longer needed is not released. A memory leak may also happen when an object is stored in memory but cannot be accessed by the running code.