sds_free

void sds_free (void *memloc);


Deallocate the memory allocated by xAlloc.


This function deallocates memory allocated by the sds_calloc, sds_malloc, and/or sds_realloc functions. The argument memloc is the memory region previously allocated.

Tell me about...

Programming Overview of SDS™ (Solutions Development System™)