deallocate
基本解釋
- v.重新分配;去分配;解除分配
英漢例句
- Allocate and deallocate memory space as needed.
需要時分配和收回存儲空間。 - Deallocate - Static member to release an IRP allocated with Allocate.
靜態(tài)釋放一個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.
若要釋放區(qū),數(shù)據(jù)庫引擎確保將GAM位設(shè)置為1,將SGAM位設(shè)置為0。 - You can use this opportunity to do some cleanup such as deallocate memory and so on.
你能利用這個機會做一些清理工作。例如:釋放內(nèi)存等等。 - Using singletons makes the design more efficient because they remove the need to allocate and deallocate memory every time a state change is made.
使用單件使得這一設(shè)計更加高效,因為避免了在每一次狀態(tài)轉(zhuǎn)換的時候申請和釋放內(nèi)存。