ippFree

Frees memory allocated by the function ippMalloc.

Syntax

void ippFree(void* ptr);

Parameters

ptr

Pointer to a memory block to be freed.

Description

The function ippFree is declared in the ippcore.h file. This function frees the aligned memory block allocated by the function ippMalloc.

Caution iconCaution

You can not use the function ippFree to free memory allocated by any other functions like malloc, nor can the memory allocated by the function ippMalloc be freed by the function free.


Submit feedback on this help topic

Copyright © 2000 - 2010, Intel Corporation. All rights reserved.