全部分类
移动开发与应用
WEB前端
架构与运维
程序设计
数据库
操作系统
热点技术
综合
alloca()
977阅读 0评论
2006-07-21
晴有林风
分类:
LINUX
The alloca() function allocates sizes bytes from stack .What's nice about this is that the allocated storage disappears when function returns. There is no need to explicitly free because it go away automitically,just local variables do
上一篇:
SMP
下一篇:
Mehdi