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个字母单词,分配地址。
Malloc It's defined in a header file just FYI called standard lib.
是一个新的函数。,So,,malloc,is,a,new,function。,在头文件中定义了标准库作为参考。
Malloc_init is going to be our function to initialize our memory allocator.
malloc_init将是初始化内存分配程序的函数。
Generally, heap-allocated data are the kind you get when you malloc() or new something.
通常,指派到堆积的资料是那些 malloc() 或新增时获得的资料。
The following diagram illustrates the usage of a memory buffer allocated via a call to malloc.
下表说明了通过调用 malloc函数来使用一段内存缓存。
The ee of the main thread is allocated as an embedded field in CVMglobals. The others are malloc'ed.
主线程的ee被做为嵌入域在CVMglobals被分配。
These papers find that versions of this malloc increasingly rank as simultaneously among the most time- and space-efficient memory allocators available.
这些论文发现在现存的大部分时间和空间高效的分配器中,这个版本的malloc被越来越多的分类为同时具备这两种特点的。

词典释义: