Developer Reference for Intel® Integrated Performance Primitives 2018
Frees memory allocated by the function ippMalloc.
void ippFree(void* ptr);
ippcore.h
ptr |
Pointer to a memory block to be freed. |
This function frees an aligned memory block previously allocated by the function ippMalloc.
Use the ippFree() to free memory allocated by ippMalloc(). Use free to free memory allocated by malloc or calloc.