memory allocation
常見例句
- Memory allocation failures should reduce the use of this flag.
如果內(nèi)存分配失敗過多,應該減少這個標記的使用。 - 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)存分配的詳細內(nèi)容已經(jīng)超出本專欄討論的范圍。 - This code retrieves an instance from the pool, avoiding the memory allocation, construction, and eventual garbage collection.
代碼從池中檢索到一個實例,從而避免了內(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)存地址,它為用戶輸入的3個字母單詞,分配地址。
哈佛公開課 - 計算機科學課程節(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.
堆是在計算機RAM中的一塊內(nèi)存,它可以進行,動態(tài)內(nèi)存分配。
哈佛公開課 - 計算機科學課程節(jié)選 返回 memory allocation