Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-FA58CB89-311D-4F29-B596-B8584177DC26
Visible to Intel only — GUID: GUID-FA58CB89-311D-4F29-B596-B8584177DC26
Malloc
Allocates memory aligned to 64-byte boundary.
Syntax
void* ippMalloc(int length);
Memory allocation for platform-aware functions
void* ippMalloc_L(IppSizeL length);
Include Files
ippcore.h
Flavors with the _L suffix: ippcore_l.h
Parameters
length |
Size (in bytes) of the allocated block. |
Description
This function allocates a memory block aligned to a 64-byte boundary.
Return Values
The return value of ippMalloc is a pointer to an aligned memory block. To free this block, use the ippFree function.