mkl_free

Frees the aligned memory buffer allocated by mkl_malloc.

Syntax

Fortran:

call mkl_free( a_ptr )

C:

mkl_free( a_ptr );

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.

Input Parameters

Name

Type

Description

a_ptr

FORTRAN: POINTER

C: void*

Pointer to the buffer to be freed

Description

The FORTRAN 77 interface for this function is declared in mkl_service.fi and the C interface in mkl_service.h.

The function frees the buffer pointed by ptr and allocated by mkl_malloc().

See Example "mkl_malloc(), mkl_free(), mkl_mem_stat() Usage".

See Also

Submit feedback on this help topic

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