单词 | memory leaks | ||||||||||||||||
释义 | memory leaks
更多释义 收起释义 例句释义: 内存泄漏,内存泄露,内存漏失 1. The cost of memory leaks is significant and is often associated directly with production down time, or a slipped deployment schedule. 内存泄漏的成本非常高昂,经常伴随着产品停机时间和零碎的部署安排。 www.ibm.com 2. Consider adding animation to your designators for a more eye-catching display (watch out for memory leaks in the available libraries). 考虑把动画添加到指示器中以获得更加醒目的显示(当心可用库发生内存泄露)。 www.ibm.com 3. Calculates change in free application memory since the device was last started, allowing you to detect memory leaks. 计算在免费的应用程序内存发生变化,因为上次启动装置,使您可以检测内存泄漏。 bbs.maxpda.com 4. Memory debugging programs (see Resources) can come in handy when you're trying to detect memory leaks. 当您试图调试内存漏洞时,内存调试程序(请参阅参考资源)可能派得上用场。 www.ibm.com 5. The analysis of memory dumps is targeted to identifying data structures within the Java heap that might be root causes of memory leaks. 内存转储分析旨在确定Java堆中可能是内存泄露根源的数据结构。 www.ibm.com 6. This is often true with cache implementations, which look very much like a typical memory leaks. 对于缓存实现来说,这一点尤为明显,因为那与典型的内存泄漏极为相似。 www.ibm.com 7. Extended stored procedures may produce memory leaks or other problems that reduce the performance and reliability of the server. 扩展存储过程可能会产生内存泄漏或其他降低服务器的性能及可靠性的问题。 msdn2.microsoft.com 8. A set of graphs were generated which allowed viewing of the memory usage during the run and checking for indications of memory leaks. 工具会生成一组图,查看在运行过程中的内存使用,并检查内存泄漏的指示。 www.ibm.com 9. However, you can choose to have your program exit with a special exit status if Purify finds any access errors or memory leaks. 然而,如果Purify发现任何访问错误或者内存泄露,您可以利用一个具体的退出状态来选择使您的程序退出。 www.ibm.com 10. One of the most common errors we see with Java EE applications, whether running in development, test, or production, are memory leaks. 无论运行于开发、测试或生产环境中,我们发现JavaEE应用程序最常见的错误之一是内存泄漏。 www.ibm.com 1. As you have seen, you are forced to think carefully about where each object is being allocated from and how you will avoid memory leaks. 如您所见,您被迫谨慎考虑从何处分配每个对象以及如何避免内存泄漏。 www.ibm.com 2. Determines whether any memory leaks occurred since the start of program execution and, if so, dumps all allocated objects. 确定自程序开始执行以来是否发生过内存泄漏,如果发生过,则转储所有已分配对象。 msdn2.microsoft.com 3. Each application should be carefully tested to ensure that it does not suffer from memory leaks. 应认真测试每个应用程序,以确保它不存在内存泄漏问题。 www.ibm.com 4. The cost of associated memory leaks is magnified by the difficulty of reproduction in these test environments. 由于在这些测试环境中重现问题的难度很大,所以相关内存泄漏的成本增加了。 www.ibm.com 5. In the next installment, I'll share some techniques for understanding memory usage and chasing down memory leaks. 在下一部分,我将介绍一些技术用来理解内存使用和找出内存泄漏。 www.ibm.com 6. The following functions report the state and contents of the heap, and use the information to help detect memory leaks and other problems. 下列函数报告堆的状态和内容,并使用这些信息帮助检测内存泄漏及其他问题 msdn2.microsoft.com 7. And say you get through the steps described above, you still have to deal with pointers and worry about memory leaks! 就算您竭尽全力完成了上面的步骤,还必须处理指针,并且担心内存泄露! www.ibm.com 8. The reason is because some of the functions cause memory leaks themselves, especially if you're only using built-in PHP functions. 原因是因为一些函数本身导致了内存泄露,尤其是在仅使用内置PHP函数的情况下。 www.ibm.com 9. Without careful design, overuse of the HTTP session can cause severe memory leaks, performance bottlenecks, and security problems. 如果不小心设计,过度使用HTTP会话会导致严重的内存泄漏、性能瓶颈和安全问题。 www.ibm.com 10. It uses freely available data and makes the necessary approximations to provide reliable notification of the presence of memory leaks. 它使用直接可用的数据并进行必要的近似评估,以提供存在内存泄漏的可靠通知。 www.ibm.com 1. OutOfMemoryErrors due to fragmentation issues or due to native memory leaks are beyond the scope of this article. 因碎片问题或本机内存泄漏而导致的OutOfMemoryError错误不在本文讨论之列。 www.ibm.com 2. This automatic memory management resolves the two most common application errors, memory leaks and invalid memory references. 这种自动内存管理解决了两个最常见的应用程序错误:内存泄漏和无效内存引用。 technet.microsoft.com 3. Memory leaks in enterprise applications cause a significant number of critical situations. 企业应用程序中的内存泄漏会导致大量的危急情况。 www.ibm.com 4. This feature dramatically reduces the risk of memory leaks, which are a serious problem when the default garbage collector is disabled. 在禁用默认的垃圾收集器时内存泄漏是一个严重的问题,这个特性会显著降低内存泄漏的风险。 www.ibm.com 5. Similarly, constantly increasing memory use can indicate memory leaks that should be addressed. 类似地,持续升高的内存使用率表示应当解决内存泄漏问题。 www.ibm.com 6. Garbage collection eliminates memory leaks as well as some other common programming errors. 垃圾回收消除了内存泄漏以及其他一些常见的编程错误。 msdn2.microsoft.com 7. Do you know for sure that there aren't any memory leaks in your running services? 你能肯定的知道正在运行的服务里面没有内存泄露吗? www.bing.com 8. Generally, the source of the cost associated with memory leaks has three primary contributors: test, detection, and analysis. 通常,与内存泄漏相关的成本由以下三个主要方面决定:测试、检测和分析。 www.ibm.com 9. Purify also reports memory leaks -- i. e. , when a program fails to release one or more blocks of memory before losing track of the memory. Purify还可以报告内存泄漏――比如,当一个程序在丢失内存跟踪之前不能释放一个或者更多的内存板块时。 www.ibm.com 10. This helps to avoid memory leaks, which are the major cause of crashes among native applications. 这有助于避免发生内存泄漏,内存泄漏是导致本机应用程序崩溃的主要原因。 www-128.ibm.com 1. Memory leaks per se do not happen in . NET applications. 内存泄漏本身不会出现在.NET应用程序中。 www.ibm.com 2. A code profiler helps identify and optimize code hot spots, and really helps in understanding object usage and potential memory leaks. 代码评测器帮助鉴别和优化代码,并且在理解对象使用和潜在内存泄露方面真的很有帮助。 www.ibm.com 3. This helps identify potential unintentional object references causing memory leaks. 这有助于识别导致内存泄漏的潜在无意对象引用。 www.ibm.com 4. This article is a follow-up to our introductory article, Part 1: Overview of memory leaks. 本文是入门文章第1部分:内存泄漏概述的后续部分。 www.ibm.com 5. A previous article, " Plugging memory leaks with weak references, " offers some helpful techniques. 以前的一篇文章“用弱引用堵住内存泄漏”给出了一些有用的技巧。 www.ibm.com 6. Enabling verbose GC is the first step in a problem determination procedure for debugging memory leaks. 启用详细的垃圾收集是在问题确定过程中用于调试内存泄漏的第一步。 www.ibm.com 7. It's particularly useful for detecting symptoms of deadlocks, lock contention, memory leaks, and cycling threads. 这种特性特别适用于检测死锁、锁竞争、内存泄漏和循环线程。 www.ibm.com 8. Tracked down and removed several memory leaks, which made the game sluggish the longer you played it. 追查并移除了一些导致游戏越玩越迟钝的记忆泄露问题。 bbs.52pcgame.com 9. Use Rational PurifyPlus to pinpoint memory corruption, performance problems, code coverage deficiencies, and memory leaks. 使用RationalPurifyPlus来精确定位内存失败、性能问题、代码覆盖缺陷和内存泄漏。 www.ibm.com 10. As the following example shows, weak references and soft references are powerful tools for fixing memory leaks. 如以下示例所示,弱引用和软引用都是解决内存泄露的强大工具。 www.ibm.com 1. Many memory leaks result due to program errors that cause clean up methods from not getting invoked. 许多内存泄漏是由于程序错误产生的,此类错误导致清除了未调用的方法。 www.ibm.com 2. If the object was allocated dynamically, delete it to avoid memory leaks. 如果对象是被动态分配的,删除,以避免内存些类。 blog.csdn.net 3. Memory leaks often occur in Java when objects hold on to references inappropriately. 在Java中,当对象被不适当地引用时,内存泄漏时常发生。 www.ibm.com 4. Leak Candidates view: Identifies the objects most likely responsible for memory leaks. 泄漏候选视图:确定最有可能造成内存泄漏的对象。 www.ibm.com 5. With such highly specific information, users can more readily isolate and fix memory leaks. 借由如此高度指明的信息,使用者可以更容易地隔离并修正内存泄漏。 www.ibm.com 6. This article has explained how circular references can lead to memory leaks in JavaScript, particularly when combined with closures. 本文解释了循环引用是如何导致JavaScript中的内存泄漏的——尤其是在结合了闭包的情况下。 www.ibm.com 7. The result is a significant reduction in the cost associated with memory leaks in enterprise applications. 这样,在企业应用程序中,与内存泄漏相关的成本会明显降低。 www.ibm.com 8. Which can also enlist the aid of the garbage collector in managing memory usage and eliminating potential memory leaks. 用于帮助垃圾收集器管理内存使用和消除潜在的内存泄漏。 www-128.ibm.com 9. SWT's strategy of component constructor can eliminate some possibility of memory leaks. SWT的组件构造器策略可以排除某些内存泄露的可能性。 www.blogjava.net 10. The reason for this is to eliminate 'memory leaks', where a developer forgets to explicitly free memory that is no longer being used. 这样做的原因是为了消除“内存泄露”——程序员忘记显式地释放那些不再使用的内存资源。 www.infoq.com 1. For managed code, helps to find memory leaks due to "living" references in collections. 对于托管的代码,帮助找到由于集合中的“未释放的”引用的内存泄漏。 www.ibm.com 2. Memory leaks will propagate throughout cluster members. 内存泄漏将在集群成员中传播。 www.ibm.com 3. In this section, a number of common types of program logic error that lead to Java heap memory leaks are described. 在这一部分中,将介绍导致Java堆内存泄漏的许多常见的程序逻辑错误类型。 www.ibm.com 4. Transitions between managed and native code can cause memory leaks on ARM platforms. 托管代码和本机代码之间的转换会在ARM平台上导致内存泄漏。 www.microsoft.com 5. Beyond this obvious case, when should memory leaks become a concern? 除了这种明显的情况之外,何时还应该关注内存漏洞呢? www.ibm.com 6. The automatic deallocation associated with scoping rules takes care of most memory leaks associated with frame variables. 与范围规则关联的自动释放负责处理与框架变量关联的大多数内存泄漏。 technet.microsoft.com 7. Problems happen. Applications have memory leaks. 应用程序有内存泄漏问题。 www.ibm.com 8. Adding listeners and forgetting to remove them is a frequent cause for memory leaks. 添加侦听器但却忘记除去它们是导致内存泄漏的常见原因。 www-128.ibm.com 9. The ClearQuest Web 130-user test showed memory leaks in CM API code and in ClearQuest Web code, which have been fixed. ClearQuestWeb130-用户会在CMAPI代码和ClearQuestWeb代码中显示内存的泄漏问题,这个问题已经得到了修复。 www.ibm.com 10. Memory leaks are another possible cause of performance problems. 内存泄漏是导致性能问题的另一可能原因。 www.ibm.com 1. Immortal memory leaks are a common source of errors in RT Java applications. 不朽内存泄漏是RTJava应用程序中的常见错误源头。 www.ibm.com 2. To avoid memory leaks, however, you should clear all the elements in any recycled object before reusing it. 为了防止内存泄漏,你应当在重用前清除任何被回收对象的所有元素。 www.winu.cn 3. See Resources for articles on finding and correcting memory leaks. 有关查找和更正内存泄露问题的文章,请参阅参考资料。 www.ibm.com 4. Uses this method to prevent memory leaks when reusing memory occupied by a structure. 使用此方法来防止在重新使用由结构占用的内存时发生内存泄漏。 msdn2.microsoft.com 5. Secondly, it takes care of deallocating memory so you don't have to worry about potential memory leaks. 第二,容器可以自动回收内存所以你不必操心潜在的内存泄漏。 archive.cnblogs.com 6. The Solution: A high-performance memory manager that can recover memory leaks and restore performance and computer reliability. 这个解决办法:能追回记忆的一高性能记忆经理漏并且恢复性能和计算机可靠性。 my.265.com 7. This tool, introduced in Java SE 6 release to replace the Heap Analysis Tool (HAT), is useful in detecting memory leaks. JavaSE6版本中引入的这个工具可以取代HeapAnalysisTool(HAT),有助于检测内存泄漏。 www.ibm.com 8. Shows how to take snapshots of memory to help locate memory leaks. 显示如何取得记忆体快照以协助找出记忆体遗漏。 technet.microsoft.com 9. The analysis almost always identifies some suspects, but not all of the suspects are true memory leaks. 分析几乎总是会发现某些疑点,但并非全部疑点都是真正的内存泄漏。 www.ibm.com 10. If memory leaks were discovered, bug reports were opened and pursued. 如果发现了内存泄漏,那么会打开并追踪故障报告。 www.ibm.com 1. To understand fully how to use MDD4J, you need to know the meaning of several terms used to describe memory leaks. 为了充分理解如何使用MDD4J,您需要了解用于描述内存泄漏的几个术语的含义。 www.ibm.com 2. Object pooling can also be a cause of memory leaks. 对象轮询也可能是内存泄露的原因。 www.ibm.com 3. In addition, even harmless memory leaks may be symptomatic of other problems. 此外,即使无害的内存泄漏也可能是其他问题的征兆。 msdn2.microsoft.com 4. AIX provides the MALLOCDEBUG tool to debug native memory leaks. AIX提供了MALLOCDEBUG工具,用于调试本机内存泄漏。 www.ibm.com 5. We've all experienced applications with memory leaks. 我们都有过内存溢出的编程经历。 www.ibm.com 6. the pool interface will guarantee that there are no system memory leaks. 内存池接口可以保证没有系统内存泄漏。 boost-doc-zh.googlecode.com 7. Memory debugging for finding memory leaks and buffer overflows in unmanaged code. 内存调试用于在非托管的代码中找到内存泄漏和缓冲区溢出。 www.ibm.com 8. You can prevent memory leaks by watching for some common problems. 可以通过观察某些常见问题来预防内存漏洞。 www.ibm.com 9. The following list describes some scenarios that result in memory leaks. 下面的列表描述了一些导致内存泄漏的场景。 www.ibm.com 10. Memory analysis allows users to pinpoint memory leaks in Java and J2EE applications. 内存分析允许使用者精确地查找Java和J2EE应用程序中的内存泄漏。 www.ibm.com 1. The memory profiling report can show many memory leaks. 内存文件报告可以向您展示许多内存外泄。 www.ibm.com 2. Memory leaks occur when using Com marshaling. 在使用Com封送处理时出现内存泄漏。 www.microsoft.com 3. Memory leaks does exist, but since VS2010 is a managed application it ease the problem of finding them. 还有内存泄露,但由于VS2010是托管应用程序,该问题的影响并不严重。 www.infoq.com 4. Both conditions can cause memory leaks. 这两种情况都会导致内存泄漏。 msdn2.microsoft.com 5. First we learn that memory leaks are impossible in the CLR. 首先我们认识到内存泄漏在语音录音器里面是不可能的。 dict.bioon.com 6. Fixed several minor memory leaks. 固定好几次轻微的内存泄漏。 bbs.kafan.cn 7. Where are the memory leaks? 内存泄漏在哪发生? www-128.ibm.com 8. In theory, classic memory leaks can't happen in ASP. 理论上,传统的内存泄漏不会发生在完全由托管代码组成的ASP。 blog.sina.com.cn 9. Check your application for memory leaks. 检查应用程序以确定是否存在内存泄漏。 www.ibm.com 10. So, passing QA doesn't tell me anything about memory leaks. It's very easy for memory leaks to get into production. 因此,通过QA并不能保证没有内存泄漏的发生,因此它很容易就被带入到产品中。 www.infoq.com 1. Figure 11 indicates that there are 693 results in the knowledge database related to memory leaks for WebSphere Application Server. 图11表明在知识库中与WebSphereApplicationServer的内存泄漏相关的结果有693个。 www.ibm.com 2. To prevent memory leaks, you must ensure that each allocated object is eventually deleted. 为了防止内存泄漏,必须确保每个分配了内存的对象最终都会被删除。 www-128.ibm.com 3. Fixed some bugs, related to the minor memory leaks. 修正了一些错误,涉及到未成年人的内存泄漏。 www.ch933.com 4. Because this is a static event, you must detach your event handlers when your application is disposed, or memory leaks will result. 因为这是一个静态事件,所以释放应用程序时必须分离事件处理程序,否则会导致内存泄漏。 msdn2.microsoft.com 5. When are memory leaks a concern? 何时应该关注内存漏洞? www.ibm.com 6. This is very useful when troubleshooting performance problems and memory leaks. 这在故障诊断性能问题和内存泄漏时非常有用。 www-128.ibm.com 7. No need to worry about memory leaks. 不需要担心内存泄漏。 www.ibm.com 8. While JavaScript is easy to learn and write, it is prone to memory leaks in certain browsers. JavaScript易学易用,但却很容易在某些浏览器中引起内存的泄漏。 www.ibm.com 9. Try to re-run the test for a long period of time (Endurance Testing), since some problems like memory leaks may only appear in such test 尝试长时间重新运行测试(持久性测试),因为诸如内存泄漏等问题只会出现在此类测试中。 www.ibm.com 10. there are two major memory - management hazards to avoid in non - garbage - collected languages : memory leaks and dangling pointers 在非垃圾收集语言中需要避免两个主要的内存管理危险:内存泄漏和悬空指针。 www.ichacha.net 1. Easily identify memory leaks by collecting and comparing snapshots of . NET memory 通过收集和比较.NET内存快照简单地识别内存泄漏 www.ibm.com 2. Optimized some heavily used CM Server code paths to improve performance, reliability and to fix memory leaks 优化一些经常使用的CM服务器代码路径,以提高性能、可靠性以修复内存泄漏问题 www.ibm.com 3. Problems with existing techniques for detecting root causes of memory leaks 用于检测内存泄漏根源的现有技术中所存在的问题 www.ibm.com 4. Multiple memory leaks in the Remote Registry Service when you use performance counters 使用性能计数器时,远程注册表服务中发生多处内存泄漏 support.microsoft.com 5. Viewing source code while finding memory leaks in . NET applications 当找到.NET应用程序中的内存泄漏时,查看源代码 www.ibm.com 6. Java theory and practice: Plugging memory leaks with weak references Java理论与实践:用弱引用堵住内存泄漏 www-128.ibm.com 7. Memory leaks cause frequent GCs and result in high CPU usage and low throughput 内存漏洞会导致频繁的GC,而且会导致高CPU使用率和低吞吐量。 www.ibm.com 8. Plugging memory leaks with soft references 用软引用阻止内存泄漏 www-128.ibm.com 9. Common causes for memory leaks in Java applications 在Java应用程序中导致内存泄漏的常见原因 www.ibm.com 10. Memory Leaks and Garbage Collection 存储器泄漏和无用信息回收 www.sjjk.cn 1. Research and Improvement on Memory Leaks in Java Java中内存泄露问题的研究与改进 www.ilib.cn 2. Handling memory leaks in Java programs Java程序中的内存泄漏 www-128.ibm.com 3. Memory leaks when resuming from sleep mode 从睡眠模式中唤醒后,造成内存泄露 www.infoq.com 4. Here are some tips for viewing source code while detecting memory leaks in . NET applications 此处介绍了一些在.NET应用程序中检测到内存泄漏时查看源代码的技巧 www.ibm.com 5. Memory leaks occur after you configure URL authorization on a Windows Server 2003-based Web server 基于WindowsServer2003的Web服务器上配置URL授权后发生内存泄漏 support.microsoft.com |
||||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。