Re-allocate memory to newsize bytes aligned by alignment.
The array to be reallocated.
The new size that the array will take.
The minimal alignment of the allocated memory.
true if the reallocatiom was successful, false if the allocator has failed
See Implementation
Re-allocate memory to newsize bytes aligned by alignment.