Developer Reference for Intel® Integrated Performance Primitives 2018
Allocates memory aligned to 64-byte boundary.
void* ippMalloc(int length);
Memory allocation for platform-aware functions
void* ippMalloc_L(IppSizeLlength);
ippcore.h
Flavors with the _L suffix: ippcore_l.h
length |
Size (in bytes) of the allocated block. |
This function allocates a memory block aligned to a 64-byte boundary.
The return value of ippMalloc is a pointer to an aligned memory block. To free this block, use the ippFree function.