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