Visible to Intel only — GUID: GUID-B914BAA3-A4A8-4256-8056-C80B2332168C
Visible to Intel only — GUID: GUID-B914BAA3-A4A8-4256-8056-C80B2332168C
?trnlsp_delete
Releases allocated data.
MKL_INT strnlsp_delete(_TRNSP_HANDLE_t* handle);
MKL_INT dtrnlsp_delete(_TRNSP_HANDLE_t* handle);
- mkl.h
The ?trnlsp_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 and eps.
This routine flags memory as not used, but to actually release all memory you must call the support function mkl_free_buffers.
- handle
-
Type _TRNSP_HANDLE_t.
- res
-
Indicates the task completion.
res = TR_SUCCESS means the routine completed the task normally.
TR_SUCCESS is defined in the mkl_rci.h include file.