automatic memory management的意思|示意

美 / / 英 / /

自动内存管理


automatic memory management的网络常见释义

自动内存管理 很早以前我们就听说了Oracle11g的自动内存管理(Automatic Memory Management)的新特性,这个新特性算不上惊人,但是却是Oracle在内存管理上的又一重要增强。…

管理 在11g中oracle引入了自动化内存管理(Automatic Memory Management)概念,仅用俩个参数就能完成oracle的内存管理工作。DBA的工作看来又要轻松不少了,看看俩个参数:

理机制 固然C#(更切实的说是CLR)供应了一种新的内存治理机制---主动内存治理机制(Automatic memory management),资本的释放是可以经由过程“垃圾收受接管器” 主动完成的,一般不需要用户干涉干与,但在有些非凡情形下照样需要用到析构函数的...

机制 虽然C#(更确切的说是CLR)提供了一种新的内存管理机制---自动内存管理机制(Automatic memory management),资源的释放是可以通过“垃圾回收器” 自动完成的,一般不需要用户干预,但在有些特殊情况下还是需要用到析构函数的,...

automatic memory management相关短语

1、 Automatic Shared Memory Management 自动共享内存管理 ; 自动管理

2、 memory automatic management 自动内存管理

automatic memory management相关例句

Is fully automatic memory management now an "expected feature" of desktop software development?

自动内存管理已经普及了吗?

Automatic memory management is one of the services that the common language runtime provides during Managed Execution.

自动内存管理是公共语言运行时在托管执行过程过程中提供的服务之一。

This automatic memory management resolves the two most common application errors, memory leaks and invalid memory references.

这种自动内存管理解决了两个最常见的应用程序错误:内存泄漏和无效内存引用。

Dao is an object-oriented scripting language with automatic memory management. It provides text processing, numerical computation and multi-threading functionality.

这是一个面向项目的脚本语言带有自动记忆管理,提供正文处理,数据计算,和多线程功能。

By employing automatic memory management algorithm in object oriented program with large data structure, the developing quality and efficiency of this kind of software are improved.

通过在具有大型数据结构的面向对象程序中引入自动内存管理算法,可以提高这类程序的开发质量与效率。

Automatic memory management can eliminate common problems, such as forgetting to free an object and causing a memory leak, or attempting to access memory for an object that has already been freed.

自动内存管理可解决常见问题,例如,忘记释放对象并导致内存泄漏,或尝试访问已释放对象的内存。