Changes the size of the memory block pointed to by data to size bytes.
data
size
The function should have the same semantics as realloc().
memory block to reallocate
size to reallocate data to
Changes the size of the memory block pointed to by
data
tosize
bytes.The function should have the same semantics as realloc().