• 下面列表描述了一些导致内存泄漏场景

    The following list describes some scenarios that result in memory leaks.

    youdao

  • 方法看似容易丢失对象导致内存泄漏

    Now, this may seem like an easy way to lose objects, which would result in a memory leak.

    youdao

  • 有助于识别导致内存泄漏潜在无意对象引用

    This helps identify potential unintentional object references causing memory leaks.

    youdao

  • 不过工具不能帮助确定导致内存泄漏错误源代码

    However, the tool does not aid in identifying the faulty source code responsible for causing the memory leak.

    youdao

  • 大量导致内存泄漏问题,它们对于系统管理员特别棘手

    There are a number of problems that cause memory leaks to be particularly troublesome for System administrators.

    youdao

  • 还有一些其他情况可以类似地忽略破坏对象生命周期管理导致内存泄漏

    There are other idioms that can similarly ignore or subvert object lifecycle management and can also lead to memory leaks.

    youdao

  • 所有者中的对象数据类型名称有助于标识导致内存泄漏应用程序组件

    The data types and package names of objects in the owner chain help to identify the application component responsible for the memory leak.

    youdao

  • 标识增长最大可疑名称可以帮助标识导致内存泄漏应用程序组件

    This table identifies suspect package names with the largest growth, which can help identify the responsible application component for the memory leak.

    youdao

  • 导致内存泄漏应用程序组件通常由构成增长区域的数据类型名称名称标识

    The application component which is responsible for the memory leak is often identified by the package name and class name of the data types which are part of growing regions.

    youdao

  • 自动内存管理解决常见问题例如忘记释放对象导致内存泄漏尝试访问释放对象内存

    Automatic memory management can eliminate common problems, such as forgetting to free an object and causing a memory leak, or attempting to access memory for an object that has already been freed.

    youdao

  • 如果对象生存超出侦听对象生存期,则常规事件模式导致内存泄漏:侦听器保持活动状态时间预期要长。

    Whenever the source object lifetime extends beyond the object lifetime of the listener, the normal event pattern leads to a memory leak: the listener is kept alive longer than intended.

    youdao

  • 许多内存泄漏由于程序错误产生的,此类错误导致清除调用方法

    Many memory leaks result due to program errors that cause clean up methods from not getting invoked.

    youdao

  • 伴随代码稳定性进行寿命期测试运行能力成功导致第三迭代开始的迭代完成时,增加内存泄漏分析

    Success with code stability, and therefore ability to do longevity test runs, resulted in the addition of memory leak analysis at the completion of an iteration starting with the third.

    youdao

  • 所属关系以及浏览功能有助于回答以下问题:是由于什么保留内存中的泄漏对象上而导致泄漏

    The ownership relationships, along with the browsing capabilities, also help to answer the question of what is holding on to the leaking objects in memory, thus causing the leak.

    youdao

  • 这会导致10个字节内存泄漏

    This will result in a memory leak of 10 bytes.

    youdao

  • 非代表性测试环境无效工作负载标识不充分测试周期都可能导致测试过程中不能检测出内存泄漏

    Non-representative test environments, ineffective workload identification, and insufficient testing cycles cause memory leaks to go undetected through testing procedures.

    youdao

  • 哪怕及时释放掉了实际对象,但WPF引用数组还是会继续持有引用,导致内存泄漏

    Even when the actual objects are being released in a timely manner, WPF's arrays of weak references hang around and under stress become the memory leak.

    youdao

  • 导致Out OfMemoryError错误,它实际上不是内存泄漏而是不适当配置

    This can lead to OutOfMemoryErrors that are not really memory leaks, but improper configuration.

    youdao

  • 于是类加载器泄漏(classloaderleaks)就会被引入导致连续重部署后内存消耗增加

    So classloader leaks are introduced that lead to increased memory consumption after continuous redeploys.

    youdao

  • 结果,func函数分配20个字节丢失了导致内存泄漏

    As a result, the 20 byte block allocated by the func function is lost and results in a memory leak.

    youdao

  • 案例研究4由于无限循环导致内存泄漏示例

    Case study 4: Example of a memory leak due to an infinite loop.

    youdao

  • Purify用来进行内存分析帮助寻找应用程序内存泄漏错误内存使用这些可能导致应用程序崩溃

    Purify is for memory analysis: it is useful in finding memory leaks and incorrect use of memory in the application, which may be resulting in crashes.

    youdao

  • 案例研究2由于调用侦听方法导致内存泄漏分析结果

    Case study 2: Analysis results for memory leak due to un-invoked listener call back method.

    youdao

  • 内存泄漏导致性能问题另一可能原因。

    Memory leaks are another possible cause of performance problems.

    youdao

  • 企业应用程序中的内存泄漏导致大量危急情况

    Memory leaks in enterprise applications cause a significant number of critical situations.

    youdao

  • 有助于避免发生内存泄漏内存泄漏导致本机应用程序崩溃主要原因。

    This helps to avoid memory leaks, which are the major cause of crashes among native applications.

    youdao

  • 这种类型内存泄漏将会导致程序越来越大,运行越来越慢,最终耗尽内存

    This type of memory leak will cause your programs to be bloated, get slower over time, and eventually run out of memory.

    youdao

  • 可扩展开销内存泄漏分析工具匮乏导致不能生产环境压力测试环境中处理内存泄漏问题。

    The lack of scalable and low overhead memory leak analysis tools make it hard to deal with memory leak issues in production or stress test environments.

    youdao

  • 所强调第一种应用就是其发现普通开发者使用Lucene的常犯错误没有关闭IndexReader导致内存泄漏

    One he highlighted was a common developer error when working with Lucene: an apparent memory leak caused by the developer failing to close an IndexReader.

    youdao

  • 所强调第一种应用就是其发现普通开发者使用Lucene的常犯错误没有关闭IndexReader导致内存泄漏

    One he highlighted was a common developer error when working with Lucene: an apparent memory leak caused by the developer failing to close an IndexReader.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定