您要查找的是不是:
- heap memory leak 堆内存泄漏
- Listing 2 shows a program that has a memory leak. 清单2展示了一个有内存泄漏的程序。
- To stop a memory leak, you need to close the program. 若要停止内存泄露,需要关闭程序。
- This problem is called memory overuse or a memory leak. 该问题称为“内存使用过度”或内存泄露。
- A memory leak occurs when you use the Windows Energy screen saver. 在使用Windows节能屏幕保护程序时发生内存泄漏。
- A memory leak would make the process unusable over time. 内存泄露将使进程随时间推移而不可用。
- Memory leak is a significant bug that can make programs behave erratically. 动态内存泄漏是一个严重的编程错误,可以导致程序的错误行为。
- The following functions report the state and contents of the heap, and use the information to help detect memory leaks and other problems. 下列函数报告堆的状态和内容,并使用这些信息帮助检测内存泄漏及其他问题
- This topic also lists the CRT functions that report the state and contents of the heap and use the information to help detect memory leaks and other problems. 本主题还列出一些CRT函数,这些函数报告堆的状态和内容并使用这些信息来帮助检测内存泄漏和其他问题。
- The collection held by the NameTable never decreases in size, creating a virtual "memory leak" of the string handles. NameTable包含的集合的大小决不会减小,它会创建字符串句柄的虚拟“内存泄漏”。
- To repair a memory leak, you need to check for updates for the program or contact the publisher of the software. 为了修复内存泄露,您需要检查程序是否有更新或者与软件的发行者联系。
- Problems that result from a failure to unsubscribe correctly can resemble a memory leak. 因未能正确取消订阅而导致的问题类似于内存泄漏。
- What is the difference between a memory leak and unintentional object retention? 内存泄漏和无意识的对象保留的区别是什么呢?
- The boy booted the banana skin to the garbage heap. 男孩把香蕉皮踢到垃圾堆旁。
- Fixed: Possible small memory leak (100 bytes) on missing file decompression / conversion errors. 修正:尽可能小的内存泄漏(100字节);对丢失文件解压/转换错误.
- Memory leak 336 bytes allocated by _malloc_dbg in onexit.c (104), HANDLE: 0x038AAB70 Location of E... 以下提示的内存(及资源)泄露,都不是发生在我的程序中,我该???
- The next error is a memory leak of 512 bytes, and that memory is allocated in line 11. 下一个错误是一个512字节的内存泄漏,该内存在第11行分配。
- This memory leak will likely appear as increased memory paging as system memory disappears. 在系统内存消失时增强内存分页的情况下,可能会出现这种内存泄漏。
- First we learn that memory leaks are impossible in the CLR. 首先我们认识到内存泄漏在语音录音器里面是不可能的。
- This eliminates a certain class of programming problem: the so-called "memory leak",in which a programmer forgets to release memory. 这样做可防止在C++里很常见的一个编程问题:由于程序员忘记释放内存造成的“内存溢出”。