Chinaunix首页 | 论坛 | 博客
  • 博客访问: 76912
  • 博文数量: 13
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 290
  • 用 户 组: 普通用户
  • 注册时间: 2013-07-25 14:06
文章分类
文章存档

2013年(13)

我的朋友

发布时间:2013-09-22 10:20:57

calloc(m, n) 本质上等价于 p = malloc(m * n); memset(p, 0, m * n);填充的零是全零, 因此不能确保生成有用的空指针值或浮点零值free() 可以安全地用来释放 calloc() 分配的内存。Both the malloc() and the calloc() functions are used to allocate dynamic memory. Each oper.........【阅读全文】

阅读(1503) | 评论(0) | 转发(0)

发布时间:2013-08-05 10:34:52

Ubuntu12.04下正确配置tftp,但是使用tftp出现tftp:timeout的解决办法......【阅读全文】

阅读(4311) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册