memory allocation
常见例句
- Memory allocation failures should reduce the use of this flag.
如果內存分配失敗過多,應該減少這個標記的使用。 - In any case, as I said at the outset, a full discussion of memory allocation is beyond the scope of one column.
不琯怎樣,就像我開始所說的那樣,有關內存分配的詳細內容已經超出本專欄討論的範圍。 - This code retrieves an instance from the pool, avoiding the memory allocation, construction, and eventual garbage collection.
代碼從池中檢索到一個實例,從而避免了內存分配、搆建和最終的垃圾廻收。 - 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.
它爲我們分配內存地址,它爲用戶輸入的3個字母單詞,分配地址。
哈彿公開課 - 計算機科學課程節選 - 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中的一塊內存,它可以進行,動態內存分配。
哈彿公開課 - 計算機科學課程節選 返回 memory allocation