deallocation 中文意思是什麼

deallocation 解釋
存儲單元分配
  1. Not only is the cost of allocation smaller, but for objects that become garbage before the next collection cycle, the deallocation cost is zero, as the garbage object will be neither visited nor copied

    不但是分配成本減少了,而且對于在下次收集之前成為垃圾的對象,解除分配的成本為零,因為既不會訪問也不會復制垃圾對象。
  2. Pyrex itself gives you access to all the c - level constructs that are most important for speed, while saving you from all the c gotchas of memory allocation and deallocation, pointer arithmetic, prototypes, and so on

    Pyrex本身可以讓您訪問那些對速度至關重要的c級代碼,而節省了編寫內存分配、回收、指針運算、函數原型等的工作。
  3. Automatic deallocation of unwanted memor - the most common yet repeated mistake that programmers make occurs while using system memory

    程序員最常見且總是重復出現的錯誤是在使用內存時。這個項目演示了自動回收不需要的內存的方法。
  4. Monitoring page allocation and deallocation by session

    監視會話的頁分配和頁釋放
  5. Class provides two other memory - deallocation methods

    類還提供了其他兩個內存釋放方法:
  6. Class provides two other memory - deallocation api methods

    類還提供了其他兩個內存釋放方法:
  7. Each row represents an allocation or deallocation activity in

    返回的指定會話的結果。每行表示
  8. Additionally, to monitor the page allocation or deallocation activity in

    文件中這些功能使用的磁盤空間。
  9. Connection pooling is associated with the allocation and deallocation of agents

    連接池與代理的分配和解除分配相關聯。
  10. Index page deallocation during a drop index operation is always fully logged

    Drop index操作期間將完整記錄索引頁的釋放操作。
  11. Objects infrequently referenced are soon eligible for deallocation, but are not actually deallocated unless memory is required for other objects

    不經常被引用的對象將很快滿足釋放條件,但是不會真被釋放,除非其他對象有內存需求。
  12. This will create a large overhead of allocation and deallocation of agents upon reaching transaction boundaries, which defeats the purpose of the connection concentrator

    這樣會導致到達事務邊界時的代理分配和解除分配這一巨大開銷,這會影響連接集中器的功能。
分享友人