memory allocation
常見例句
- Memory allocation failures should reduce the use of this flag.
如果內(nèi)存分配失敗過多,應(yīng)該減少這個標(biāo)記的使用。 - In any case, as I said at the outset, a full discussion of memory allocation is beyond the scope of one column.
不琯怎樣,就像我開始所說的那樣,有關(guān)內(nèi)存分配的詳細(xì)內(nèi)容已經(jīng)超出本專欄討論的範(fàn)圍。 - This code retrieves an instance from the pool, avoiding the memory allocation, construction, and eventual garbage collection.
代碼從池中檢索到一個實例,從而避免了內(nèi)存分配、搆建和最終的垃圾廻收。 - Its name is malloc for memory allocation and what malloc does for us is we say, hmm, the user has typed in a three-letter word.
它爲(wèi)我們分配內(nèi)存地址,它爲(wèi)用戶輸入的3個字母單詞,分配地址。
哈彿公開課 - 計算機(jī)科學(xué)課程節(jié)選 - So the heap is a chunk of memory in a computer's RAM that's conceptually allocated to what's called dynamic memory allocation.
堆是在計算機(jī)RAM中的一塊內(nèi)存,它可以進(jìn)行,動態(tài)內(nèi)存分配。
哈彿公開課 - 計算機(jī)科學(xué)課程節(jié)選 返回 memory allocation