52古典>英语词典>deallocate翻译和用法

deallocate

网络  释放; 解除分配; 释放游标; 删除一个准备好的查询; 归还

计算机

双语例句

  • Static analysis tools also can help to find resource leaks, such as failures to deallocate memory or release resources, by identifying potential source code.
    通过识别潜在的源代码,静态分析工具还能帮助发现资源泄漏,比如无法释放内存或资源。
  • Unable to deallocate media-deallocate call failed.
    无法解除分配媒体-解除分配调用失败。
  • Interactive CAD systems have to allocate and deallocate memory frequently.
    交互型CAD系统得频繁的分配与释放内存。
  • Since no blocks are ever allocated, there's no need to deallocate any blocks, and the underlying filesystem metadata doesn't even get touched.
    因为从未给这些文件分配任何块,所以,也就不必释放任何块,甚至根本没有触及底层文件系统元数据。
  • To delete rows in a heap and deallocate pages, use one of the following methods.
    若要删除堆中的行并释放页,请使用下列方法之一。
  • DB210 also includes a number of new database design capabilities, such as inline large objects ( LOBs), hash access, and RELEASE ( DEALLOCATE), that can improve performance and cut CPU usage.
    DB210还包括几个新的数据库设计功能,比如内联大对象(LOB)、散列表访问和RELEASE(DEALLOCATE),这些功能能够提高性能并减少CPU占用。
  • After completing the mksysb, you would then deallocate the drive from that LPAR, remove the tape from the drive, insert a new one, allocate the drive to another LPAR, and repeat the process.
    在完成mksysb后,您应该从该LPAR处释放磁带驱动器,从该设备中取出磁带驱动器,插入新的磁带驱动器,将该驱动器分配到另一个LPAR,并且重复这个过程。
  • Allocate and deallocate memory space as needed.
    需要时分配和收回存储空间。
  • Jeff found that the amount of time required to initialize a regular object in the kernel exceeded the amount of time required to allocate and deallocate it.
    Jeff发现对内核中普通对象进行初始化所需的时间超过了对其进行分配和释放所需的时间。