释放内存也变成了抽象数据缓冲的责任。
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.
非托管代码被执行死刑,瞬间释放内存。
Unmanaged code was executed which has freed up the memory instantaneously.
本节描述垃圾回收器如何分配和释放内存。
This section describes how the garbage collector allocates and releases memory.
交互型CAD系统得频繁的分配与释放内存。
Interactive CAD systems have to allocate and deallocate memory frequently.
当您释放内存时,它就变成蓝色,这表明开始被分配后来被释放。
And when you free memory, it becomes blue, representing previously allocated but then freed memory.
内存管理通常是由来自编码人员的请求处理的,以分配和释放内存块。
Memory management is usually handled by requests from the coder to allocate and release blocks of memory.
l分配和释放内存是很费时间的,因此我们要反复利用分配好的内存。
To allocate and free memory is expensive, therefore we should reuse buffers (memory) which have been allocated.
当页面惟一时,它们可以被合并,从而释放内存,供其他应用程序使用。
And when pages are unique, they can be consolidated, which frees memory for use in other applications.
线程处理一个命令,并正准备释放内存和重置某些状态变量。
The thread has processed one command and is preparing to free memory and reset certain state variables.
是唯一的“清单”,释放内存,而不是记忆它的成员是指向。
"Free " is freeing only the "list" memory, not the memory on which it's members are pointing.
一旦这个音频缓冲区被播放完了,缓存区将因此卸载并释放内存。
Once the buffer is played, it will be unloaded hence freeing up the memory.
另一种减少程序使用的内存的方法是帮助垃圾回收例程动态释放内存。
Another way to reduce the memory used by a program is to assist the garbage collection routine to dynamically free memory.
AIX分页替换守护进程一次扫描内存的一个分页,找出要回收的分页以释放内存。
The AIX page replacement daemons scan memory a page at a time to find pages to evict in order to free up memory.
垃圾收集器已识别的对象实例,从阵列的麻烦,因此不会收集释放内存。
The garbage collector has trouble identifying object instances that were removed from arrays, therefore would not be collected for releasing of memory.
首先,它要求在需要缓冲区块的任何地方进行额外的管理工作(分配和释放内存块)。
First, it requires extra management work (allocation and freeing of memory block) wherever a buffer block is required.
描述如何安全地释放组件,包括如何释放组件所占用的所有资源以释放内存。
Describes how to safely dispose a component, including how to release any resources that it is holding in order to free memory.
我假设他们将简单地调用基类析构函数,然后释放内存(对于整个派生类)。
I would assume they would simply call the base-class destructor, then deallocate the memory (for the entire derived class).
内存分配器必须的数据结构来组织关于内存的分配和释放内存块的信息使用。
The memory allocator must use some memory for data structures to organize information about blocks of memory that are allocated and freed.
这可能导致攻击者可在释放内存再用前对其进行写操作,然后在用户电脑商运行任意代码。
This could have resulted in freed memory that an attacker could write to before it is reused, and then run arbitrary code on the victim s computer.
通过识别潜在的源代码,静态分析工具还能帮助发现资源泄漏,比如无法释放内存或资源。
Static analysis tools also can help to find resource leaks, such as failures to deallocate memory or release resources, by identifying potential source code.
当用户释放内存时,就会检查buddy块,查看其相邻的内存块是否也已经被释放。
When memory is freed by the user, the buddy block is checked to see if any of its contiguous neighbors have also been freed.
实际上,内核本身的大部分都驻留在虚拟内存中,这样可以帮助释放内存段以供其他进程使用。
In fact, most of the kernel itself resides in virtual memory, which helps free up segments for other processes.
垃圾回收器执行第0级托管堆的回收后,会压缩可访问对象的内存,如本主题前面的释放内存中所述。
After the garbage collector performs a collection of generation 0, it compacts the memory for the reachable objects as explained in Releasing memory earlier in this topic.
如果应用程序的一个线程分配内存,而其他线程释放内存,那么poolallocation实际上是无效的。
Pool allocation does not work effectively if one thread of the application allocates memory and other thread frees the memory.
避免在处理器中释放内存的最好方法是,标记或记录将要释放的对象,让程序不间断地检查是否有等待被释放的内存。
The best way to avoid freeing memory in a handler is to flag or record the objects to be freed and have the program check from time to time whether anything is waiting to be freed.
内存清理工具会有效的通过利用虚拟内存来释放内存,所以当你使用应用程序的时候注意不要使用这个功能。
The memory cleaner would essentially free up memory by dumping to the virtual memory, so make sure you don’t use it when you are working in an application.
内存清理工具会有效的通过利用虚拟内存来释放内存,所以当你使用应用程序的时候注意不要使用这个功能。
The memory cleaner would essentially free up memory by dumping to the virtual memory, so make sure you don’t use it when you are working in an application.
应用推荐