Alloc

Functions

void sfFree(void *ptr)

Deallocates memory.

This function deallocates the memory being pointed to using the free function from the C standard library.

The memory must have been previously allocated using a call to malloc.

Parameters:
  • ptr – Pointer to the memory to deallocate