Developer Reference for Intel® Integrated Performance Primitives 2018
Frees memory allocated by the function ippiMalloc.
void ippiFree(void* ptr);
ippi.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
ptr |
Pointer to a memory block to be freed. This block must have been previously allocated by the function ippiMalloc. |
This function frees the aligned memory block allocated by the function ippiMalloc.
The function ippiFree cannot be used to free memory allocated by standard functions like malloc or calloc, nor can the memory allocated by ippiMalloc be freed by free.