Reallocate size bytes of memory, aligned to the alignment specified in alignment,
and return a pointer to the newly allocated memory.
_mm_free or alignedRealloc with size 0 should be used to free memory that is
allocated with _mm_malloc or _mm_realloc.
Previous data is preserved.
Reallocate size bytes of memory, aligned to the alignment specified in alignment, and return a pointer to the newly allocated memory. _mm_free or alignedRealloc with size 0 should be used to free memory that is allocated with _mm_malloc or _mm_realloc. Previous data is preserved.