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