Frees the aligned memory buffer allocated by mkl_malloc.
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.
Name |
Type |
Description |
---|---|---|
a_ptr |
FORTRAN: POINTER C: void* |
Pointer to the buffer to be freed |
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".
Copyright © 1994 - 2010, Intel Corporation. All rights reserved.