垃圾回收器 的英文怎麼說

中文拼音 [huíshōu]
垃圾回收器 英文
garbage collection
  • : 回構詞成分。
  • : Ⅰ動詞1 (把攤開的或分散的事物聚集、合攏) put away; take in 2 (收取) collect 3 (收割) harvest...
  • : 名詞1. (器具) implement; utensil; ware 2. (器官) organ 3. (度量; 才能) capacity; talent 4. (姓氏) a surname
  • 垃圾 : rubbish; garbage; refuse; breeze; [英國] dust; raffle; waste
  1. It is never invoked by the garbage collector

    垃圾回收器從不調用此析構函數。
  2. This is what the garbage collector will by default invoke during finalization

    這是默認情況下垃圾回收器在終止過程中將調用的內容。
  3. This means that in cases where the destructor is not explicitly invoked, the garbage collector, during finalization, will not as before find an associated

    這意味著,在沒有顯式調用析構函數的情況下,在終止過程中垃圾回收器不會像以前一樣尋找對象的關聯
  4. Entries in this list point to the objects in the managed heap that are ready to have their finalization code called

    該列表中的項指向託管堆中準備被調用其終止代碼的對象。垃圾回收器為此列表中的對象調用
  5. The finalization queue contains entries for all the objects in the managed heap that need to have their finalization code called before the garbage collector can reclaim their memory

    託管堆中所有需要在垃圾回收器其內存之前調用它們的終止代碼的對象都在終止隊列中含有項。
  6. Describes how the garbage collector allocates and releases memory

    描述垃圾回收器如何分配和釋放內存。
  7. In this case, the disappearing act results from the potential relocation of reference types during a sweep of the garbage collector

    這種情況下,消失是由清掃垃圾回收器過程中對引用類型的潛在重新分配導致的。
  8. This happens because the callback contains a reference to the page and the garbage collector will not remove an item from memory if the item has any references

    由於調包含對頁面的引用,而垃圾回收器不會從內存中移除包含任何引用的項,因此會出現這種情況。
  9. That means that the operating system may delay running the garbage collector to finish some currently running tasks

    這意味著操作系統可能延遲運行垃圾回收器,以結束當前某些正在運行的任務。
  10. The garbage collector does not free memory for this particular object

    垃圾回收器不釋放此特定對象的內存。
  11. Object to free resources before it is destroyed by the garbage collector

    對象在垃圾回收器銷毀它之前釋放資源。
  12. Has been reclaimed by the garbage collector

    引用的對象是否已被垃圾回收器
  13. Would prevent the garbage collector from calling the

    的調用將使垃圾回收器無法調用
  14. When the garbage collector collects the object, the

    垃圾回收器對象時,
  15. When the garbage collector performs a collection, it checks for objects in the managed heap that are no longer being used by the application and performs the necessary operations to reclaim their memory

    垃圾回收器執行時,它檢查託管堆中不再被應用程序使用的對象並執行必要的操作來它們佔用的內存。
  16. This counter usually indicates the work done by the garbage collector to collect and compact memory on behalf of the application

    此計數通常指示垃圾回收器代表該應用程序為集和壓縮內存而執行的工作。
  17. Once the memory for the reachable objects has been compacted, the garbage collector makes the necessary pointer corrections so that the application s roots point to the objects in their new locations

    在壓縮了可訪問對象的內存后,垃圾回收器就會做出必要的指針更正,以便應用程序的根指向新地址中的對象。
  18. During a collection, the garbage collector examines the managed heap, looking for the blocks of address space occupied by unreachable objects

    中,垃圾回收器檢查託管堆,查找無法訪問對象所佔據的地址空間塊。
  19. If an application attempts to create a new object when generation 0 is full, the garbage collector discovers that there is no address space remaining in generation 0 to allocate for the object

    如果應用程序在第0級託管堆已滿時嘗試新建對象,垃圾回收器將會發現第0級託管堆中沒有可分配給該對象的剩餘地址空間。
  20. Typically, code in such a method frees system resources that would not automatically be freed by the garbage collector

    通常,此方法中的代碼釋放不能由垃圾回收器自動釋放的系統資源。
分享友人