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