DIPlib Documentation - ©1995-2017 Quantitative Imaging Group, Delft University of Technology.

MemoryReallocate

Reallocate a chunk of memory

SYNOPSIS

dip_Error dip_MemoryReallocate ( pointer, newsize, resources )

FUNCTION

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.

ARGUMENTS

Data typeNameDescription
void **pointerpointer to the memory chunk pointer
size_tnewsizesize of the memory chunk in bytes
dip_ResourcesresourcesResources tracking structure. See ResourcesNew

SEE ALSO

MemoryNew, MemoryFree, MemoryFunctionsSet