?trnlspbc_delete
?trnlspbc_delete
Releases allocated data.
Syntax
MKL_INT
strnlspbc_delete
(
_TRNSPBC_HANDLE_t
*
handle
);
MKL_INT
dtrnlspbc_delete
(
_TRNSPBC_HANDLE_t
* handle
);
Include Files
- mkl.h
Description
The
?trnlspbc_delete
routine releases all memory allocated for the handle. Only after calling this routine is it safe for the user to move or deallocate the memory referenced by x, LW, UP,
and eps.
This routine flags memory as not used, but to actually release all memory you must call the support function mkl_free_buffers.
Input Parameters
- handle
- Type._TRNSPBC_HANDLE_t
Output Parameters
- res
- Informs about the task completion.res=TR_SUCCESSmeans the routine completed the task normally.TR_SUCCESSis defined in themkl_rci.hinclude file.