DIPlib Documentation - ©1995-2005 Pattern Recognition Group, Delft University of Technology.

MemoryReallocate

Reallocate a chunk of memory

SYNOPSIS

dip_Error dip_MemoryReallocate ( pointer, newsize, resources )

FUNCTION

Reallocates an chunk of memory, to change its size.

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

DIPlib on-line documentation | Function reference | Global function index