Free

Frees memory allocated by the function ippiMalloc.

Syntax

void ippiFree(void* ptr);

Parameters

ptr

Pointer to a memory block to be freed. This block must have been previously allocated by the function ippiMalloc.

Description

The function ippiFree is declared in the ippi.h file. This function frees the aligned memory block allocated by the function ippiMalloc.

Note iconNote

The function ippiFree cannot be used to free memory allocated by standard functions like malloc or calloc, nor can the memory allocated by ippiMalloc be freed by free.


Submit feedback on this help topic

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