内存泄漏 Memory leak
在计算机科学中,内存泄漏指由于疏忽或错误造成进程未能释放已经不再使用的内存。内存泄漏并非指内存在物理上的消失,而是应用进程分配某段内存后,由于设计错误,导致在释放该段内存之前就失去了对该段内存的控制,从而造成了内存的浪费。
内存泄漏通常情况下只能由获得进程源代码的进程员才能分析出来。然而,有不少人习惯于把任何不需要的内存使用的增加描述为内存泄漏,即使严格意义上来说这是不准确的。
单词 | Memory leaks |
释义 |
Memory leaks
中文百科
内存泄漏 Memory leak(重定向自Memory leaks)
在计算机科学中,内存泄漏指由于疏忽或错误造成进程未能释放已经不再使用的内存。内存泄漏并非指内存在物理上的消失,而是应用进程分配某段内存后,由于设计错误,导致在释放该段内存之前就失去了对该段内存的控制,从而造成了内存的浪费。 内存泄漏通常情况下只能由获得进程源代码的进程员才能分析出来。然而,有不少人习惯于把任何不需要的内存使用的增加描述为内存泄漏,即使严格意义上来说这是不准确的。
英语百科
Memory leak 内存泄漏(重定向自Memory leaks)
![]() In computer science, a memory leak is a type of resource leak that occurs when a computer program incorrectly manages memory allocations in such a way that memory which is no longer needed is not released. In object-oriented programming, a memory leak may happen when an object is stored in memory but cannot be accessed by the running code. A memory leak has symptoms similar to a number of other problems (see below) and generally can only be diagnosed by a programmer with access to the program's source code. |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。