Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference

ID 790148
Date 3/22/2024
Public
Document Table of Contents

Free

Frees memory allocated by the function ippMalloc.

Syntax

void ippFree(void* ptr);

Include Files

ippcore.h

Parameters

ptr

Pointer to a memory block to be freed.

Description

This function frees an aligned memory block previously allocated by the function ippMalloc.

NOTE:

Use the ippFree() to free memory allocated by ippMalloc(). Use free to free memory allocated by malloc or calloc.