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

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.

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

Copyright © 1994 - 2011, Intel Corporation. All rights reserved.