_mm_malloc

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.

nothrow @nogc @trusted
void*
_mm_malloc
(
size_t size
,
size_t alignment
)

Meta