deallocation

n.  存储单元分配;重新分配地位:重新定位

计算机



双语例句

  1. These special methods include allocation, deallocation, and initialization of objects.
    这些专用的方法包括对象的分配,存储单元分配以及初始化。
  2. Subsequent allocations of the memory need not perform the initialization because it's already in the desired state from the previous deallocation and call to the deconstructor.
    后续的内存分配不需要执行这个初始化函数,因为从上次释放和调用析构之后,它已经处于所需的状态中了。
  3. The specifics of that allocation and its deallocation are hidden by the language and the runtime's garbage collector.
    语言和运行时的垃圾回收器隐藏了内存分配和释放的具体细节。
  4. Therefore, not only is allocation fast, but for most objects, deallocation is free.
    所以,不仅分配要快,对于多数对象来说,回收也要自由。
  5. But allocation is only half of memory management& deallocation is the other half.
    但是分配仅仅是内存管理的一半,回收是另一半。
  6. Make a copy of the data and manage its deallocation.
    使对数据的副本和管理其释放。
  7. Sort failure. Prevented incorrect extent deallocation by aborting sort.
    排序失败。已通过终止排序阻止了错误的扩展盘区解除分配。
  8. Could not truncate table '%. ls' because there is not enough room in the log to record the deallocation of all the index and data pages.
    未能截断表''%1!'',因为日志中没有足够的空间来记录所有索引和数据页的解除分配。
  9. In our simple allocator, it was very slow in allocation but very, very fast in deallocation.
    在我们的简单的分配程序中,分配非常慢,而回收非常快。
  10. Memory allocation and deallocation is much faster, because it is all done a pool at a time.
    内存分配和回收更快,因为每次都是在一个池中完成的。
  11. Allocators, which handle memory storage allocation/ deallocation for elements in containers.
    分配器。负责容器内每个元素的内存空间的分配与回收。