tfSheapFree
Table of Contents >> Programmer's Reference
| #include <trsocket.h> |
| void tfSheapFree | (void * memoryBlockPtr); |
Function Description
This function is a simple heap free. It is used by the Treck stack in two scenarios:
- When TM_USE_SHEAP and TM_SHEAP_SIZE are defined in <trsystem.h>, or
- When it is called from tfKernelFree() and TM_SHEAP_SIZE is defined in <trsystem.h>.
| This function should NEVER be called directly by a user application. |
Parameters
- memoryBlockPtr
- The memory to free.