_mm_malloc
Classification
SSE_ALL, General Support, CPUID Test: SSE
Header File
Synopsis
_mm_malloc(size_t size, size_t align);
Description
Allocate "size" bytes of memory, aligned to the alignment specified in "align", and return a pointer to the allocated memory. "_mm_free" should be used to free memory that is allocated with "_mm_malloc".