• 这些持有引用允许连接这样被跟踪对象只有方面引用它们时候垃圾收集掉

    These maps hold weak references to allow tracked objects like connections to be garbage collected when they are referenced only by the aspect.

    youdao

  • 引用队列垃圾收集器应用程序返回关于对象生命周期信息主要方法

    Reference queues are the garbage collector's primary means of feeding back information to the application about object lifecycle.

    youdao

  • 垃圾收集(GC)通过删除其他任何对象不再引用对象来回收一部分堆。

    Garbage collection (GC) reclaims portion of the heap by removing objects not referenced by any other object in the heap.

    youdao

  • 除了垃圾收集之外,通常还有其他两种方法用于处理别名问题引用计数所有权管理

    Besides garbage collection, two other approaches are commonly used to deal with the problems of aliasing: reference counting and ownership management.

    youdao

  • 直观垃圾收集策略引用计数

    The most straightforward garbage collection strategy is reference counting.

    youdao

  • 本机可以创建一些全局引用保证对象不再需要时垃圾收集器回收。

    Natives can create global references so that objects are not garbage collected until they are no longer needed.

    youdao

  • 引用对象垃圾收集过程带来了一些附加成本

    Reference objects introduce some additional costs into the garbage collection process.

    youdao

  • 一些垃圾收集算法要求编译器或者运行时环境重要配合进行指针分配更新引用计数

    Some garbage collection algorithms require significant cooperation from the compiler or runtime environment, such as updating reference counts whenever a pointer assignment is performed.

    youdao

  • 垃圾收集器然后根据当前收集回收内存总量其他策略考虑因素判断引用此时是否需要清除

    The garbage collector then assesses whether soft references need to be cleared at this time, based on the amount of memory reclaimed by the current collection and other policy considerations.

    youdao

  • 这个删除句范围中句引用对象如果没有其他引用的话,下一次垃圾收集中被移除

    Objects referred to by handles within the deleted handle scope are eligible for removal in the next garbage collection if there are no other references to them.

    youdao

  • 每种引用对象不同行为而且它们垃圾收集器之间的交互也有所不同

    Each type of reference object has different behaviors, and their interaction with the garbage collector varies.

    youdao

  • 如果对象引用计数,那么就是垃圾(用户程序不可到达它),可以回收

    If an object's reference count is zero, it is garbage (unreachable from the user program) and can be recycled.

    youdao

  • 垃圾收集器工作发现应用程序不再需要对象这些对象不再访问引用它们删除

    The job of the garbage collector is to find objects that are no longer needed by an application and to remove them when they can no longer be accessed or referenced.

    youdao

  • 通常持有可以丢弃对象引用会减少生成垃圾数量但是这样会损害GC

    More generally, holding on to object references that could be discarded reduces the amount of generated garbage but tends to hurt GC.

    youdao

  • 引用告诉垃圾收集器如果某个对象除了引用之外没有其他任何引用应该收集该对象。

    Weak references tell the garbage collector that it should collect an object if there are no references to it other than the weak reference.

    youdao

  • 垃圾收集系统中,循环引用问题不大涉及到对象中的一个对象任何其他对象引用那么个对象都将垃圾收集。

    In a purely garbage collected system, a circular reference is not a problem: If neither of the objects involved is referenced by any other object, then both are garbage collected.

    youdao

  • 创建全局引用JVM 会将添加一个禁止垃圾收集对象列表中

    When the global reference is created, the JVM adds it to a list that excludes that object from garbage collection.

    youdao

  • 任何只要不再引用,它符合垃圾收集的条件。

    Any classes that are no longer being referenced are then eligible to be garbage collected.

    youdao

  • 取消对装入引用时,装入就变成无法进行垃圾收集的了。

    When the class loader is dereferenced, the classes that it loaded are not garbage collectable.

    youdao

  • 同时使用垃圾收集引用计数混合系统中,将会发生泄漏因为系统不能正确识别循环引用

    In a hybrid system, where both garbage collection and reference counting are being used, leaks occur because the system fails to identify a circular reference.

    youdao

  • 由于垃圾收集有着特定性质,所以引用实际上可能没有原来想像那么有用尽管如此它们对于特定问题来说还是很有用的类。

    They are useful classes for specific problems, although, due to the nature of garbage collection, they might not prove as useful as you originally thought.

    youdao

  • 引用一样,引用通过利用垃圾收集器作出缓存回收决策方面帮助有助于防止应用程序出现对象游离

    Soft references, like weak references, can help applications prevent object loitering by enlisting the aid of the garbage collector in making cache eviction decisions.

    youdao

  • 引用主要功能就是能够引用可以垃圾收集器回收对象

    The main feature of the reference classes is the ability to refer to an object that can still be reclaimed by the garbage collector.

    youdao

  • 使用这个if之后obj之后,应该ob j设置null,从而垃圾收集器能够回收这个对象充分利用引用

    After working with obj after this if block, you should set obj to null to enable the garbage collector to reclaim this object to take full advantage of weak references.

    youdao

  • 垃圾收集器引用交互

    Garbage collector and reference interaction.

    youdao

  • 赋值函数(mutator)垃圾收集器可以共同工作创建老到年轻引用维护它们的完整列表

    The mutator and garbage collector can work together to maintain a comprehensive list of old-to-young references as they are created.

    youdao

  • 几种垃圾收集基本策略引用计数、标记-清除、标记-整理 (mark-compact)复制

    There are several basic strategies for garbage collection: reference counting, mark-sweep, mark-compact, and copying.

    youdao

  • 由于内部函数持有外部函数变量引用,所以这个属性a范围对象不会垃圾收集

    Because the inner function holds a reference to the outer function's variables, the scope object with property a will not be garbage collected.

    youdao

  • 因为页面错误成本很高所以垃圾收集器正确管理引用区域性(locality)必要的。

    Because the cost of a page fault is high, it is desirable that a garbage collector properly manage locality of reference.

    youdao

  • 不过这样必须小心从事,因为这样可能会创建出一个循环引用从而扰乱Lisp。NET的垃圾收集器

    One has to be careful about doing this however, as it can create a circular reference that will interfere with both the Lisp and.net garbage collectors.

    youdao

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

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

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