内存泄漏 meaning in Chinese
memory leak
Examples
- Memory leaks occur when using com marshaling
在使用com封送处理时出现内存泄漏。 - Plugging memory leaks with weak references
Java理论与实践:用弱引用堵住内存泄漏 - Listing 2 shows a program that has a memory leak
清单2展示了一个有内存泄漏的程序。 - To prevent a memory leak , you must call the
为了防止内存泄漏,当不再需要 - Memory leaks are now detected during unit testing
内存泄漏现在可在单元测试过程中检测。