deallocation
基本解释
- n.存储单元分配(重新分配地位)
英汉例句
- Memory allocation and deallocation is the bane of my existence.
内存分配和存储单元分配的存在确确实 实是个大麻烦。 - Index page deallocation during a DROP INDEX operation is always fully logged.
DROP INDEX操作期间将完整记录索引页的释放操作。 - The allocation units marked for deallocation are physically dropped in batches.
在此阶段将以物理方式成批删除被标记为释放的分配单元。 - This common C++ idiom ensures that resource deallocation is exception-proof.
通常的C++习惯保证了资源的重分配是无异常的。 - Automatic Deallocation of Unwanted Memor - The most common yet repeated mistake that programmers make occurs while using system memory.
程序员最常见且总是重复出现的错误是在使用内存时。这个项目演示了自动回收不需要的内存的方法。