动态内存管理_C语言中文网
C-CPP.COM
位置:首页 > C 参考手册 > 动态内存管理
定义于头文件 <stdlib.h>
<stdlib.h>
malloc
calloc
realloc
free
aligned_alloc
(C11)