FreeDeb |
Top Previous Next |
Give a holiday from memory in the Debugversion. Every memory with Malloc, Realloc or Calloc was requested, must be released with Free again. The corresponding is valid for MallocDeb, CallocDeb and FreeDeb. Parametre mem (void *) [IN] Pointer on the storage area to be released. Result --- Declaration #include "basic.h"
void DLLENTRY FreeDeb ( void * mem ); Related functions Remarks Free is defined as a macro: #define Free (ptr) FreeDeb (ptr)
|