XML_Memory_Handling_Suite

Undocumented in source.

Members

Variables

free_fcn
void function(void* ptr) free_fcn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
malloc_fcn
void function(size_t size) malloc_fcn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
realloc_fcn
void function(void* ptr, size_t size) realloc_fcn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta