Memory management is usually handled by requests from the coder to allocate and release blocks of memory.
内存管理通常是由来自编码人员的请求处理的,以分配和释放内存块。
Transactions are not much different than memory and we see the general trend in languages to removing the responsibility of memory management from developers due to life cycle issues.
事务管理和内存管理比起来没有多大的不同,而且我们看到由于生命周期问题,语言的总体趋势是不再让开发人员负责内存管理。
Tools that show the location of memory leaks, overruns, and the like can solve memory management problems, and I find MEMWATCH and YAMD helpful.
能显示内存泄漏、溢出等等的位置的工具可以解决内存管理问题,我发现MEMWATCH和YAMD很有帮助。
The more dynamic a program is, the more memory management becomes an issue, and the more important your choice of memory allocator becomes.
程序的动态性越强,内存管理就越重要,您的内存分配程序的选择也就更重要。
There are two major memory-management hazards to avoid in non-garbage-collected languages: memory leaks and dangling Pointers.
在非垃圾收集语言中需要避免两个主要的内存管理危险:内存泄漏和悬空指针。
When the application is running the Windows management system will distribute the data held by the application between physical memory (RAM) and virtual memory on disk.
当应用程序准备运行时,windows管理系统将在磁盘上的物理内存(RAM)和虚拟内存之间分配应用程序拥有的数据。
The POWER Hypervisor performs virtual memory management using a global partition page table, and manages any attempt by a partition to access memory outside its allocated limit.
POWER Hypervisor使用全局分区页表执行虚拟内存管理,并管理分区尝试访问超出其分配限制之外的内存的请求。
On the extreme end, ports like uClinux and ELKS target processors that are "too small" for regular Linux; in particular, systems without a memory-management unit that can support virtual memory.
具体来说,系统没有一个可以支持虚拟内存的内存管理单元。
The dynamic memory management of SACOS can decrease efficiently the memory management overhead and memory fragmentation and improve the memory utilization.
SACOS的动态内存管理方法可以有效地减少内存管理开销和内存碎片,提高内存的利用率。
The exact quote from README.ZEND_MM states: "The goal of the new memory manager (PHP5.2 and later) is reducing memory allocation overhead and speeding up memory management."
从 README.ZEND_MM 中准确地引述就是:“新内存管理器(PHP5.2 以及更高版本)的目标是减少内存分配开销并加速内存管理。”
Operating with intrusive containers doesn't invoke any memory management at all. The time and size overhead associated with dynamic memory can be minimized.
介入式容器的操作根本不会引发任何内存管理。动态内存分配所带来的时间和空间开销可以被最小化。
Freeing the memory becomes the responsibility of the abstract data buffer as well. Considering all that, centralizing memory management and data copying operations produces the following advantages.
释放内存也变成了抽象数据缓冲的责任。
Dynamic memory management of SACOS and implementations of allocation and garbage collection of heap which is the foundation of dynamic memory management are reported in detail.
描述了SACOS的动态内存管理,并给出了实现SACOS动态内存管理的基础-堆的分配与回收的详细过程。
This automatic memory management resolves the two most common application errors, memory leaks and invalid memory references.
这种自动内存管理解决了两个最常见的应用程序错误:内存泄漏和无效内存引用。
On the basis of concept of memory management model and memory leak, a technology to detect dynamic memory leak was designed and implemented, including dynamic memory trace and off-line analysis.
在介绍动态内存管理模型和内存泄漏的基础上,提出动态内存泄漏的检测方法,包括动态内存跟踪和离线日志分析,最后详细论述了泄漏内存的回收技术。
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.
自动内存管理可解决常见问题,例如,忘记释放对象并导致内存泄漏,或尝试访问已释放对象的内存。
In memory management technology, we integrated multi-tier memory allocation and type buffer pool to ensure memory allocation more rapidly and easy to use.
在内存管理技术中,提出了多级内存分配结合类型缓存池的方案,使得内存分配能快速而易用。
The unique memory management mechanism has been adopted in VIP stack to improve agility and efficiency of memory management to a greater degree.
为了最大限度地提高存储管理的灵活性和高效性,VIP协议栈采用自己独特的存储管理机制。
The recovering of real-time TCP message based on wide-band networks sniffer deals with memory management for buffer memory of IP packets and TCP connection maintenance.
基于宽带网络嗅探的实时TCP报文还原处理IP包缓存和TCP连接相关信息维护的内存管理。
The recovering of real-time TCP message based on wide-band networks sniffer deals with memory management for buffer memory of IP packets and TCP connection maintenance.
基于宽带网络嗅探的实时TCP报文还原处理IP包缓存和TCP连接相关信息维护的内存管理。
应用推荐