Allocates memory aligned to 32-byte boundary.
void* ippMalloc(int length);
len |
Size (in bytes) of the allocated block. |
The function ippMalloc is declared in the ippcore.h file. This function allocates memory block aligned to a 32-byte boundary.
The return value of ippMalloc is a pointer to an aligned memory block. To free this block, use only the function ippFree.
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.