Frees dynamically allocated thread-specific heap memory.
call "CBL_FREE_THREAD_MEM" using by value mem-pointer returning status-code
Using call prototype (see Key) | Picture | |
---|---|---|
mem-pointer | cblt-pointer | usage pointer. |
status-code | See Library Routines - Key |
mem-pointer | The pointer returned when the memory was allocated using CBL_ALLOC_THREAD_MEM. |
None
Comments:
This routine releases memory allocated by the CBL_ALLOC_THREAD_MEM routine.