deallocating
美
英 
詞形變化
過去分詞:deallocated 現(xiàn)在分詞:deallocating 第三人稱單數(shù):deallocates
英漢解釋
例句
If an element is passed, the array is locked to prevent deallocating memory for the reference parameter within the procedure.
如果元素已傳遞,數(shù)組將被鎖定,以防止為過程內(nèi)的引用參數(shù)釋放內(nèi)存。
Second, the STL includes some low-level mechanisms for allocating and deallocating memory.
其次,STL包含一些低水平的分配和釋放內(nèi)存的機(jī)制。
Avoid allocating and deallocating memory in different modules.
要避免在不同的模塊中分配和釋放內(nèi)存。
According to the Boost documentation, pool usage is recommended when you're allocating and deallocating many small objects.
根據(jù)Boost文檔所述,當(dāng)您分配和釋放許多小型對(duì)象時(shí),建議使用池。
Secondly, it takes care of deallocating memory so you don't have to worry about potential memory leaks.
第二,容器可以自動(dòng)回收內(nèi)存所以你不必操心潛在的內(nèi)存泄漏。
The libraries that implement these requirements are called allocators, because they are responsible for allocating and deallocating memory.
實(shí)現(xiàn)這些需求的程序庫稱為分配程序(allocators),因?yàn)?/c>它們負(fù)責(zé)分配和回收內(nèi)存。
It can dramatically speed up multithreaded processes that do a lot of allocating and deallocating.
它可以顯著地加快那些進(jìn)行很多分配和回收的多線程進(jìn)程的速度。
For example, suppose that a batch declares and uses a cursor without deallocating it.
例如,假設(shè)某批處理聲明并使用了一個(gè)游標(biāo),但未釋放該游標(biāo)。