ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference

 


globals.h

Includes:

Introduction



Functions

__xmlMalloc

__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);  
Discussion

DOC_DISABLE

Last Updated: 2006-06-20