Intel® Integrated Performance Primitives 2017 Update 3 Developer Reference
Allocates memory aligned to 64-byte boundary.
void* ippMalloc(int length);
ippcore.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.