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
阅读(954) | 评论(0) | 转发(0) |