Frees memory allocated by the function ippsMalloc.
void ippsFree(void* ptr);
ptr |
Pointer to a memory block to be freed. The memory block pointed to with ptr has been allocated by the function ippsMalloc. |
The function ippsFree is declared in the ipps.h file. This function frees the aligned memory block allocated by the function ippsMalloc.
You can not use the function ippsFreeto free memory allocated by standard functions like malloc or calloc, nor can the memory allocated by the function ippsMalloc be freed by free.
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.