Previous:
DgRealloc
Up:
PARC DataGlyph Toolkit 4.0 API
Next:
DgRect
DgReallocType
(from ../include/DgContext.h)
typedef void * ( *DgReallocType ) (
void *ptr,
size_t size,
void *allocParam
);
Summary
Type definition for a funtion that re-allocates memory. It should work like realloc() in C.
References
DgContext_Memory
See Also
DgRealloc