Memory Allocation Functions
This section describes the Intel IPP signal processing functions that allocate aligned memory blocks for data of required type or free the previously allocated memory. The size of allocated memory is specified by the number of allocated elements
len
. Use the
ippsFree()
to free memory allocated by ippsMalloc()
. Use free
to free memory allocated by malloc
or calloc
.