These docs are for v1.3.0. Click to read the latest docs for v1.6.

free

Deallocates the given area of memory.

Deallocates the given area of memory which is previously allocated by malloc(), calloc(), or realloc()

Parameters

  • ptr - Pointer to the memory to be deallocated