Searched refs:xmlMemMalloc (Results 1 – 13 of 13) sorted by relevance
84 xmlMallocFunc xmlMalloc = (xmlMallocFunc) xmlMemMalloc;85 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc;549 gs->xmlMalloc = (xmlMallocFunc) xmlMemMalloc; in xmlInitializeGlobalState()550 gs->xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc; in xmlInitializeGlobalState()
294 xmlMemMalloc(size_t size) in xmlMemMalloc() function
224 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
5231 #undef xmlMemMalloc5232 extern __typeof (xmlMemMalloc) xmlMemMalloc __attribute((alias("xmlMemMalloc__internal_alias")));5234 #ifndef xmlMemMalloc5235 extern __typeof (xmlMemMalloc) xmlMemMalloc__internal_alias __attribute((visibility("hidden")));5236 #define xmlMemMalloc xmlMemMalloc__internal_alias macro
358 ret = xmlMemMalloc(size); in myMallocFunc()
535 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
84 xmlMallocFunc xmlMalloc = (xmlMallocFunc) xmlMemMalloc;85 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc;530 gs->xmlMalloc = (xmlMallocFunc) xmlMemMalloc; in xmlInitializeGlobalState()531 gs->xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc; in xmlInitializeGlobalState()
296 xmlMemMalloc(size_t size) in xmlMemMalloc() function
362 ret = xmlMemMalloc(size); in myMallocFunc()
153 xmlMemMalloc (size_t size) LIBXML_ATTR_ALLOC_SIZE(1);
1074 xmlMemMalloc