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

MemoryFree

Free a chunk of memory

SYNOPSIS

dip_Error dip_MemoryFree( pointer )

FUNCTION

Frees a chunk of memory.

ARGUMENTS

Data typeNameDescription
void *pointerpointer to an allocated chunk of memory

SEE ALSO

MemoryNew, MemoryReallocate, MemoryFunctionsSet