Frees memory buffers allocated in the current thread.
FORTRAN:
call mkl_thread_free_buffers
C:
mkl_thread_free_buffers();
The mkl_thread_free_buffers function frees the memory allocated by the Intel MKL memory management in the current thread only. Memory buffers allocated in other threads are not affected. Call mkl_thread_free_buffers() to avoid memory leaking if you are unable to call the mkl_free_buffers function in the multi-threaded application when you are not sure if all the other running Intel MKL functions completed operation.