go top

malloc

  • n. (计算机)C 语言中的动态存储分配函数,按指定字节数分配内存并返回指向该内存的指针,分配失败时返回 NULL;也指一次 malloc 调用
  • v. (计算机)使用 malloc 函数动态分配内存

网络释义

  函数

(1)内存分配函数.内存分配函数(如malloc,real-loc)是攻击者的首选.内存分配函数的size参数是无符号型整数.

基于282个网页-相关网页

  存储器分配

... 释放存储器 free 存储器分配 malloc 重新分配存储器 realloc ...

基于170个网页-相关网页

短语

Watchpoint Malloc 被监控的内存分配

Malloc Failure 分配内存失败

双语例句原声例句

  • Malloc 3.1 allocation algorithm.

    Malloc 3.1分配算法

    youdao

  • Malloc 3.1 reallocation algorithm.

    Malloc 3.1重新分配算法

    youdao

  • Have a corresponding free to every malloc.

    每个malloc一个对应free

    youdao

更多双语例句
  • 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 I'm going to now use this new, fancy function called malloc and I'm going to say x gets the return value of malloc of the size of an int.

    我现在使用这个新的,别致的函数,然后我指明x,=,malloc的int型数据的大小,的返回值。

    哈佛公开课 - 计算机科学课程节选

  • malloc sizeof So, when I call malloc size of int and int on this system is probably 4 bytes or 32 bits so what am I getting back?

    所以,当我调用,在这个系统中int可能是4个字节,或者说32位,那么返回的是什么呢?

    哈佛公开课 - 计算机科学课程节选

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定