MALLOC in Chinese translation

Examples of using Malloc in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Why does the Book say I must cast malloc?
为什么这本书说我必须施放malloc??
And why does it use malloc to allocate space?
那么为什么不调用malloc来分配它所需要的空间呢??
What is the difference between new/delete and malloc/free?
问题:new/delete和malloc/free有哪些区别??
What is the difference between new/delete and malloc(), free()?
New/delete与malloc()/free()的区别??
If your library supports the mallopt() function(for controlling malloc), use it.
如果你的库支持mallopt()函数(用于控制malloc),尽量使用它。
The allocated memory is not initialized. include void*malloc(size_t size);
Malloc--分配内存块并不进行初始化--原型:void*malloc(size_tsize);
And“allocation” means manual memory management, you essentially have to reimplement the malloc() function.
而“分配”则意味着手工的内存管理,你必须且不得不重新实现malloc()函数。
If ptr is specified as NULL, then realloc() is equivalent to calling malloc(size).
如果ptr为NULL,则行为等价于malloc(size)。
This means that when malloc() returns non-NULL there is no guarantee that the memory really is available.
这意味着当malloc()返回非NULL时,不能保证内存真的可用。
Malloc Malloc is a function used in the C programming language to allocate more memory in the running of a program.
分配Malloc是C编程语言中使用的函数,用于在程序运行时分配更多的内存。
Malloc and free will always perform better than GC.
Malloc和free的性能总是比GC好。
Malloc was not declared within this scope.
Malloc未在此范围内宣布.
It is required that every malloc is paired with a corresponding free.
每个malloc都要有一个对应的free。
The heap is the region of memory which is allocated with functions like malloc.
Heap:是由malloc之类函数分配的空间所在地。
I need stdlib for malloc and free.
代码为malloc和免费.
You don't even need to cast return value of malloc in C.
在C中,您不需要转换malloc的返回值。
In Chapter 8 we will show one way to implement malloc.
第8章将介绍实现malloc函数的一种方法。
Malloc recalled he had once had a wife;
马洛克回忆起他曾经有过妻子;.
We cannot expect that if malloc returns NULL, then the program will crash.
一旦malloc失败返回NULL,这个程序就会崩溃。
Give a code example of malloc and free.
先来看看一个简单的使用malloc和free的例子.
Results: 105, Time: 0.0248

Top dictionary queries

English - Chinese