FreeAllMem

3.1

  #include <stress.h>    

  void FreeAllMem(void)    

The FreeAllMem function frees all memory allocated by the AllocMem function.

Parameters

This function has no parameters.

Return Value

This function does not return a value.

See Also

AllocMem