deallocate
基本解释
- v.重新分配;去分配;解除分配
英汉例句
- Allocate and deallocate memory space as needed.
需要時分配和收廻存儲空間。 - Deallocate - Static member to release an IRP allocated with Allocate.
靜態釋放一個IRP。 - To deallocate an extent, the Database Engine makes sure that the GAM bit is set to 1 and the SGAM bit is set to 0.
若要釋放區,數據庫引擎確保將GAM位設置爲1,將SGAM位設置爲0。 - You can use this opportunity to do some cleanup such as deallocate memory and so on.
你能利用這個機會做一些清理工作。例如:釋放內存等等。 - Using singletons makes the design more efficient because they remove the need to allocate and deallocate memory every time a state change is made.
使用單件使得這一設計更加高傚,因爲避免了在每一次狀態轉換的時候申請和釋放內存。