memory allocation
常見(jiàn)例句
- Memory allocation failures should reduce the use of this flag.
如果內(nèi)存分配失敗過(guò)多,應(yīng)該減少這個(gè)標(biāo)記的使用。 - In any case, as I said at the outset, a full discussion of memory allocation is beyond the scope of one column.
不管怎樣,就像我開(kāi)始所說(shuō)的那樣,有關(guān)內(nèi)存分配的詳細(xì)內(nèi)容已經(jīng)超出本專(zhuān)欄討論的范圍。 - This code retrieves an instance from the pool, avoiding the memory allocation, construction, and eventual garbage collection.
代碼從池中檢索到一個(gè)實(shí)例,從而避免了內(nèi)存分配、構(gòu)建和最終的垃圾回收。 - 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.
它為我們分配內(nèi)存地址,它為用戶(hù)輸入的3個(gè)字母單詞,分配地址。
哈佛公開(kāi)課 - 計(jì)算機(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ì)算機(jī)RAM中的一塊內(nèi)存,它可以進(jìn)行,動(dòng)態(tài)內(nèi)存分配。
哈佛公開(kāi)課 - 計(jì)算機(jī)科學(xué)課程節(jié)選 返回 memory allocation