<stdlib.h>
void free( void* ptr );
Deallocates the space previously allocated by malloc(), calloc(), aligned_alloc, (since C11) or realloc().
malloc()
calloc()
aligned_alloc
realloc()
If ptr is a null pointer, the function does nothing.
ptr
The behavior is undefined if the value of ptr 登录查看完整内容
ptr 登录查看完整内容
联系方式: