Function (Path Standard C Header / stdlib.h)

free

void* free(void *memory);

Release malloc or calloc returned pointer


Parameters

  void *memory
    malloc or calloc returned pointer

函数 (属于 标准C头文件 / stdlib.h)

free

void* free(void *memory);

释放malloc或calloc申请的内存


参数

  void *memory
    malloc或calloc申请的内容