mkl_thread_free_buffers

Frees memory buffers allocated in the current thread.

Syntax

FORTRAN:

call mkl_thread_free_buffers

C:

mkl_thread_free_buffers();

Include Files

Description

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.


Submit feedback on this help topic