Intel® oneAPI Math Kernel Library Developer Reference - C
Frees the aligned memory buffer allocated by mkl_malloc/mkl_calloc.
void mkl_free (void *a_ptr);
Name |
Type |
Description |
---|---|---|
a_ptr |
void* |
Pointer to the buffer to be freed. |
The function frees the buffer pointed by a_ptr and allocated by the mkl_malloc() or mkl_calloc() function and does nothing if a_ptr is NULL.