ippMalloc

Allocates memory aligned to 32-byte boundary.

Syntax

void* ippMalloc(int length);

Parameters

len

Size (in bytes) of the allocated block.

Description

The function ippMalloc is declared in the ippcore.h file. This function allocates memory block aligned to a 32-byte boundary.

Return Values

The return value of ippMalloc is a pointer to an aligned memory block. To free this block, use only the function ippFree.


Submit feedback on this help topic

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