malloc and free malloc(n) Allocate n bytes somewhere on the heap. ▷ used as void *p = malloc(n);. ▷ p now points at memory on heap which can be.
確定! 回上一頁