deallocation

deallocation

美 [diælə'keɪʃən]  英 [di:ælə'keɪʃən]

  • n.重新分配地址;存储单元分配
  • 网络释放;解除分配;会被标记为提示回收

英汉解释

n.
1.
重新分配地址
2.
存储单元分配

例句

Memory allocation and deallocation is much faster, because it is all done a pool at a time.

内存分配回收更快因为每次一个完成

Memory deallocation may be as simple as adding that chunk to the front of the free list, a O(1) operation.

内存释放简单只是区块重新可用链表开始一个O(1)操作

Index page deallocation during a DROP INDEX operation is always fully logged.

DROPINDEX操作期间完整记录索引释放操作

But allocation is only half of memory management -- deallocation is the other half.

但是分配仅仅内存管理一半回收一半

These special methods include allocation, deallocation, and initialization of objects.

这些专用方法包括对象分配存储单元分配以及初始

In the logical phase, the existing allocation units used by the table are marked for deallocation and locked until the transaction commits.

逻辑阶段使用现有分配单元进行标记以便释放进行锁定直到事务提交为止

However, more complicated uses of Simple Segregated Storage may require a sorted free list, which makes deallocation O(N).

但是简单分隔存储更为复杂使用可能需要一个排序可用使得释放操作变为ON复杂

Each page allocation or deallocation can be performed quickly.

可以快速执行每个分配释放

Connection pooling is associated with the allocation and deallocation of agents .

连接代理分配解除分配关联

Returns page allocation and deallocation activity by session for the database.

返回针对数据库会话进行分配释放活动

In the physical phase, the allocation units marked for deallocation are physically dropped in batches.

物理阶段标记释放分配单元成批物理删除

Returns page allocation and deallocation activity by task for the database.

返回数据库任务执行分配释放活动

The allocation units marked for deallocation are physically dropped in batches.

在此阶段物理方式成批删除标记释放分配单元

The automatic deallocation associated with scoping rules takes care of most memory leaks associated with frame variables.

范围规则关联自动释放负责处理框架变量关联大多数内存泄漏

Therefore, not only is allocation fast, but for most objects, deallocation is free.

所以不仅分配对于多数对象来说回收自由

Free blocks are blocks whose deallocation is delayed if afxMemDF was set to delayFreeMemDF.

可用afxMemDF设置delayFreeMemDF释放延迟

Pools are generally used when there is a lot of allocation and deallocation of small objects.

如果大量小型对象分配释放通常使用内存

Monitoring Page Allocation and Deallocation by Session

监视会话分配释放

Class provides two other memory-deallocation methods

提供其他两个内存释放方法

Put memory allocation and deallocation code in the same place

分配内存释放内存应该一起