Previous:
DgFindSeedPoint
Up:
PARC DataGlyph Toolkit 4.0 API
Next:
DgFreeParamType
DgFree
(from DgContext.c)
DgExport void DgFree (
DgContext *context,
void *ptr
);
Summary
Memory management function. This is a wrapper for a function appropriate to the context. It relinquishes ownership to a copy of memory.
Parameters
context
Specify context
ptr
Specify the memory to be freed
Return Value
The function returns no value