< Table Of Contents

Developer Reference for IntelĀ® Integrated Performance Primitives

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.

Note

Use the ippsFree() to free memory allocated by ippsMalloc(). Use free to free memory allocated by malloc or calloc.