Frees memory buffers allocated in the current thread.
Fortran:
call mkl_thread_free_buffers
C:
mkl_thread_free_buffers();
The FORTRAN 77 interface is specified in the mkl_service.fi include file and the C interface is specified in the mkl_service.h include file.
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.
Copyright © 1994 - 2011, Intel Corporation. All rights reserved.