GC:垃圾收集

“Garbage Collected”常缩写为“GC”,该简写形式便于快速书写和日常使用,广泛应用于计算机科学等多个综合性领域,泛指未明确分类的相关内容。其中文对应术语为“垃圾收集”,主要用于描述自动内存管理的机制。

Garbage Collected具体释义

  • 英文缩写:GC
  • 英语全称:Garbage Collected
  • 中文意思:垃圾收集
  • 中文拼音:lā jī shōu jí
  • 相关领域gc 未分类的

Garbage Collected的英文发音

例句

  1. Figures and EditParts will be garbage collected and recreated over time.
  2. 随着时间推移,将对图形和EditPart进行垃圾收集(GC)处理并重新创建。
  3. This counter tracks the pinned objects only in the heaps that are garbage collected.
  4. 此计数器只跟踪被进行垃圾回收的堆中的钉住的对象。
  5. Classes and classloaders can still be garbage collected in just as they are in the non-shared case.
  6. 仍然按照非共享情况下的方式对类和类装载器进行垃圾收集(GC)。
  7. Using WeakHashMap solves the problem of Thread objects not getting garbage collected, at some additional performance cost.
  8. 以一些额外的性能开销为代价,使用WeakHashMap解决了无法对Thread对象进行垃圾回收的问题。
  9. Retain Forever : Objects with this lifetime are never garbage collected and are accessible to all threads.
  10. RetainForever:具有此生存期的对象不进行垃圾收集(GC)并且所有线程都可以访问该对象。