Synopsis
void ugn_FreeMemory(int *ccnt, int *mcnt, void *madd)
Purpose
Free memory allocated with ugn_GetMemory.
Description
Routine to free the memory previously allocated by a call to ugn_GetMemory and initialize the variables used to manage the memory.
Input
ccnt
Current count of elements loaded in storage.
mcnt
Current count of elements allocated.
madd
Pointer to address pointer for allocated memory.