Reallocate a chunk of memory
dip_Error dip_MemoryReallocate ( pointer, newsize, resources )
Reallocates an chunk of memory, to change its size.
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 |
MemoryNew, MemoryFree, MemoryFunctionsSet
DIPlib on-line documentation | Function reference | Global function index