Developer Reference for Intel® Integrated Performance Primitives
Frees memory allocated by the function ippsMalloc.
void ippsFree(void* ptr);
ipps.h
Headers: ippcore.h, ippvm.h
Libraries: ippcore.lib, ippvm.lib
ptr |
Pointer to a memory block to be freed. The memory block pointed to with ptr is allocated by the function ippsMalloc. |
This function frees the aligned memory block allocated by the function ippsMalloc.
Use the ippsFree() to free memory allocated by ippsMalloc(). Use free to free memory allocated by malloc or calloc.