ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference
|
globals.h |
Includes: | <libxml/xmlversion.h> <libxml/parser.h> <libxml/xmlerror.h> <libxml/SAX.h> <libxml/SAX2.h> <libxml/xmlmemory.h> <libxml/threads.h> |
__xmlMalloc |
* In general the memory allocation entry points are not kept * thread specific but this can be overridden by LIBXML_THREAD_ALLOC_ENABLED * - xmlMalloc * - xmlMallocAtomic * - xmlRealloc * - xmlMemStrdup * - xmlFree */ #ifdef LIBXML_THREAD_ALLOC_ENABLED #ifdef LIBXML_THREAD_ENABLED XMLPUBFUN xmlMallocFunc * XMLCALL __xmlMalloc( void);
DOC_DISABLE