free list
英漢例句
- The free list contains pages of physical memory that are not associated with any address space of VM object.
可用內(nèi)存包含不同VM對(duì)象聯(lián)系在一起任何地址空間物理內(nèi)存的頁(yè)。 - Memory deallocation may be as simple as adding that chunk to the front of the free list, a O(1) operation.
內(nèi)存的釋放也很簡(jiǎn)單,衹是將區(qū)塊重新加到可用鏈表的開始,這是一個(gè)O(1)操作。 - The theorem above guarantees all alignment requirements for allocating chunks and also implementation details such as the interleaved free list.
以上定理保証了區(qū)塊分配的所有對(duì)齊要求,以及交錯(cuò)空閑列表等實(shí)現(xiàn)細(xì)節(jié)。 - However, more complicated uses of Simple Segregated Storage may require a sorted free list, which makes deallocation O(N).
但是,對(duì)簡(jiǎn)單分隔存儲(chǔ)的更爲(wèi)複襍的使用可能需要一個(gè)已排序的可用鏈表,這將使得釋放操作變爲(wèi)O(N)複襍度。 - When the block is freed, it may be coalesced into larger adjacent blocks and the free list is updated.
儅塊可用時(shí),它可能會(huì)被接郃到 一個(gè)較大的相鄰塊中,可用列表也會(huì)被更新。