Reallocate a chunk of memory
dip_Error dip_MemoryReallocate ( pointer, newsize, resources )
Reallocates a chunk of memory, to change its size. resources must be the dip_Resources structure used in the call to MemoryNew when pointer was allocated.
| Data type | Name | Description |
| void ** | pointer | pointer to the memory chunk pointer |
| size_t | newsize | size of the memory chunk in bytes |
| dip_Resources | resources | Resources tracking structure. See ResourcesNew |