(2)C语言跟内存申请相关的函数主要有alloca、calloc、malloc、free、realloc等. <1>alloca是向栈申请内存,因此无需释放. <2>malloc分配的内存是位于堆 ...
確定! 回上一頁