Frees memory allocated by the function ippMalloc.
void ippFree(void* ptr);
ptr |
Pointer to a memory block to be freed. |
The function ippFree is declared in the ippcore.h file. This function frees the aligned memory block allocated by the function ippMalloc.
You can not use the function ippFree to free memory allocated by any other functions like malloc, nor can the memory allocated by the function ippMalloc be freed by the function free.
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.