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 function frees the buffer pointed by ptr and allocated by mkl_malloc().

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


Submit feedback on this help topic

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