tfKernelFree
Table of Contents >> Programmer's Reference
| #include <trsocket.h> |
| int tfKernelFree | (void * memoryBlockPtr); |
Function Description
This call is RTOS specific.
This function is used to free a block of memory back to the RTOS.
Parameters
- memoryBlockPtr
- The pointer of the area of memory to free.
Returns
- TM_NOERROR
- Success
- TM_KERN_ERROR
- Failure