单词 | free list |
释义 | 例句释义: 免费入场名单,空闲列表,块的列表,链表 1. It continues to do this until the free list has at least the number of pages in the maxfree parameter. 它将继续进行这种操作,直到空闲列表至少包含maxfree参数中指定的页面数。 www.ibm.com 2. Memory deallocation may be as simple as adding that chunk to the front of the free list, a O(1) operation. 内存的释放也很简单,只是将区块重新加到可用链表的开始,这是一个O(1)操作。 boost-doc-zh.googlecode.com 3. If the free list is not empty, the block at the head of the list is returned to the caller. 如果空闲链表非空,那么把链表开头的块返回给调用者。 www.ibm.com 4. USED and FREE columns list the total amount of memory from the used list and total amount of memory from the free list. USED和FREE列列出已用列表中的内存总量和空闲列表中的内存总量。 www.ibm.com 5. VMM also maintains what is referred to as a free list, which is defined as unallocated page frames. VMM还维护一个称为空闲列表的对象,此对象定义为未分配的页帧。 www.ibm.com 6. Finally, the free list represents the blocks that have been erased and are available for use. 最后,free列表包含曾经执行过擦除操作并且可以使用的块。 www.ibm.com 7. AIX 7 uses all available memory, except memory that is configured to be unallocated and known as the free list. AIX7使用所有可用的内存,除了那些配置为未分配并用作空闲列表的内存之外。 www.ibm.com 8. However, more complicated uses of Simple Segregated Storage may require a sorted free list, which makes deallocation O(N). 但是,对简单分隔存储的更为复杂的使用可能需要一个已排序的可用链表,这将使得释放操作变为O(N)复杂度。 boost-doc-zh.googlecode.com 9. the memory allocator will always return the memory block from the free - list , which best fits the required size. 内存分配器将总是从空闲列表中返回一个最合适大小的内存块。 www.ichacha.net 10. Freeing also causes a search of the free list, to find the proper place to insert the block being freed. 释放过程也是首先搜索空闲块链表,以找到可以插入被释放块的合适位置。 czk.8866.org 1. First, we significantly improved the way the runtime manages the free list, thereby making more effective use of fragments. 首先,我们显著改进了运行时管理空闲列表的方式,从而能够更有效地利用碎片。 www.infoq.com 2. At the same time, VMM maintains a free list of unallocated page frames, which are used to satisfy page faults. 同时,VMM维护了一个未分配页帧的空闲列表,可以使用该列表来处理缺页的问题。 www.ibm.com 3. In the output, even your free list has dropped dangerously low. 在输出结果中,甚至空闲列表也降到非常低的程度。 www.ibm.com 4. In the simplest case, memory allocation is merely removing the first chunk from the free list, a O(1) operation. 在最简单的情况下,内存分配只不过是将第一个区块移离可用链表,这是一个O(1)操作。 boost-doc-zh.googlecode.com 5. Free reports back the amount of pages on the free list. free报告空闲列表中的页面数量。 www.ibm.com 6. Number of times per second that a buffer was taken from the free list and mapped. 每秒从可用列表中取出和映射缓冲区的次数。 msdn2.microsoft.com 7. In both cases, the selected block is erased and placed on the free list (see Figure 3). 在这两种情况中,对选择的块执行擦除操作,然后将其置于free列表(参见图3)。 www.ibm.com 8. Number of pages on the free list 空闲列表中的页个数 blog.sina.com.cn |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。