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