garbage heap 中文意思是什麼

garbage heap 解釋
垃圾堆
  • garbage : n. 1. 殘羹剩菜;丟棄的食物;〈美俚〉食品。2. 廢料,臟東西。3. 浮遊于太空的失去作用的人造衛星[火箭]。4. 無用的數據。
  • heap : n 1 (一)堆,堆積。2 〈口語〉許多,大量。3 〈美俚〉(破舊)汽車;煉焦堆。vt 1 把…堆成一堆,堆積...
  1. When there are no more references to follow, collection is complete, and then the heap is swept that is, every object in the heap is examined, and any object not marked is reclaimed as garbage and returned to the free list

    走過所有引用后,收集就完成了,然後就對堆進行清除(即對堆中的每一個對象進行檢查) ,所有沒有標記的對象都作為垃圾回收並返回空閑列表。
  2. A pagoda more than a century old has been discovered hidden by a garbage heap, a bodhi tree and a bathroom in bangkok ' s samphantawong district, news reports said

    一座擁有百年以上歷史的寶塔,被人發現埋藏於曼谷三番塔王區一處垃圾堆、一棵菩提樹與一間浴室底下,新聞報導說。
  3. The boy booted the banana skin to the garbage heap

    男孩把香蕉皮踢到垃圾堆旁。
  4. Beauty walked out from a garbage heap ; maybe progress will emerge from the silence

    看著鳳凰能從雞窩里飛出,也許進步將會在沉默中爆發。
  5. But if you make the heap so large that the operating system must page significantly in order for the jvm to perform a garbage collection, the result is a cascade of very slow paging activity, which will slow your application down to a crawl

    但是,如果您還要讓堆大到令操作系統不得不頻繁地使用分頁技術以便jvm能執行垃圾收集,那麼其結果就是一次又一次緩慢的調頁動作,從而讓應用程序慢如蠕動。
  6. Displays some heap stats, updated during garbage collection

    顯示內存堆的狀態信息,每次垃圾回收的時候更新
  7. The simplest form of garbage collection tuning is simply expanding the maximum heap size

    最簡單的垃圾收集微調就是擴大最大堆的大小(
  8. 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

    託管堆中所有需要在垃圾回收器回收其內存之前調用它們的終止代碼的對象都在終止隊列中含有項。
  9. Memory is allocated automatically in the heap area for each instantiated object, and the garbage collector periodically reclaims memory occupied by objects that are no longer needed

    每個實例化的對象都自動在堆中分配內存,垃圾收集程序定期收回不再使用的對象所佔據的內存。
  10. Many garbage collection algorithms require dividing the heap into separate memory spaces, some of which may be inaccessible to the user program at certain times

    許多垃圾收集演算法需要將堆分割成獨立的內存空間,其中一些空間在某些時刻對用戶程序是不可訪問的。
  11. Garbage collection can be one of the more difficult concepts to wrap your mind around, as it isn t always obvious how to debug heap problems

    垃圾收集可能是使您感到難于理解的較難的概念之一,因為它並不能總是毫無遺漏地解決java運行時環境中堆管理的問題。
  12. 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

    當垃圾回收器執行回收時,它檢查託管堆中不再被應用程序使用的對象並執行必要的操作來回收它們佔用的內存。
  13. An information system of a heap temperature field based on arc - scene deck in urban garbage landfill plant

    平臺的城市生活垃圾填埋場堆體溫度場信息系統
  14. The easiest way to identify these objects is by using a profiler with the abilities to snapshot the heap, compare object numbers between snapshots, track objects, find back references to objects, and force garbage collections

    最容易的方法是使用能夠對堆產生快照的檢測工具來標識這些對象,比較堆的快照中對象的數目,跟蹤這些對象,找到引用這些對象的對象,然後強制進行垃圾收集。
  15. During a collection, the garbage collector examines the managed heap, looking for the blocks of address space occupied by unreachable objects

    在回收中,垃圾回收器檢查託管堆,查找無法訪問對象所佔據的地址空間塊。
  16. A garbage heap is an eye - sore

    垃圾堆是刺眼之物。
  17. When the clr object moves with the garbage - collected heap, the handle will return the new address of the object

    當clr對象與垃圾回收堆一起移動時,該句柄將返回該對象的新地址。
  18. Value types are usually created on a method s stack frame, rather than in the garbage - collected heap

    )值類型通常創建在方法的棧幀上,而不是在垃圾回收堆中。
  19. Large object heap size counters. this counter indicates the current memory allocated in bytes on the garbage collection heaps

    此計數器指示在垃圾回收堆上分配的當前內存(以位元組為單位) 。
分享友人