Previous:
DgCalloc
Up:
PARC DataGlyph Toolkit 4.0 API
Next:
DgComputeCRC
DgCallocType
(from ../include/DgContext.h)
typedef void * ( *DgCallocType ) (
size_t count,
size_t size,
void *allocParam
);
Summary
Type definition for a funtion that allocates memory. It should work like calloc() in C. The return memory shall be cleared to zero.
References
DgContext_Memory
See Also
DgMalloc