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 ippsMalloc.

Syntax

void ippsFree(void* ptr);

Include Files

ipps.h

Domain Dependencies

Headers: ippcore.h, ippvm.h

Libraries: ippcore.lib, ippvm.lib

Parameters

ptr

Pointer to a memory block to be freed. The memory block pointed to with ptr is allocated by the function ippsMalloc.

Description

This function frees the aligned memory block allocated by the function ippsMalloc.

NOTE:

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