Loading...
Searching...
No Matches
Alloc.h File Reference

Go to the source code of this file.

Functions

void sfFree (void *ptr)
 Deallocates memory.
 

Function Documentation

◆ sfFree()

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
ptrPointer to the memory to deallocate