×

malloc meaning in English

内存分配

Examples

  1. This version is fine for scalar values but will not handle objects that have elements allocated using malloc or new
    这个版本能很好地处理标量值,但不能处理带有用malloc或new分配的元素的对象。
  2. For example , malloc returns a void pointer , but can be assigned to a pointer to any type in c with a cast
    例如, malloc返回一个void指针,但可以使用强制转换将其分配给一个指向c中任一类型的指针:
  3. Generally , heap - allocated data are the kind you get when you malloc or new something . stack - allocated data usually include non - static local variables and any parameters passed by value
    因此,如果达到阈值50 ,则很有可能是攻击,您应该明白用户能够提供真实的口令。
  4. The above code doesn t actually contain a buffer overflow . but if we had used a fixed - sized static buffer , instead of using malloc to allocate enough space to copy argv 1 , then a buffer overflow condition might have arisen
    因此,如果将这一比例应用到那个最广泛使用的有三千万行代码的cots操作系统的话, spafford预计会找出大约6000个未修正的错误。
  5. Links you to debugging techniques for the c run - time library , including using the crt debug library , macros for reporting , differences between malloc and malloc dbg , writing debug hook functions , and the crt debug heap
    链接到用于c运行时库的调试技术,包括:使用crt调试库、用于报告的宏、 malloc和_ malloc _ dbg之间的差异、编写调试挂钩函数以及crt调试堆。

Related Words

  1. mallo
  2. malloa
  3. malloch
  4. mallock
PC Version

Copyright © 2018 WordTech Co.