Home
last modified time | relevance | path

Searched refs:xmlMemMalloc (Results 1 – 15 of 15) sorted by relevance

/external/libxml2/
Dglobals.c84 xmlMallocFunc xmlMalloc = (xmlMallocFunc) xmlMemMalloc;
85 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc;
542 gs->xmlMalloc = (xmlMallocFunc) xmlMemMalloc; in xmlInitializeGlobalState()
543 gs->xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc; in xmlInitializeGlobalState()
DtestOOMlib.c136 mem = xmlMemMalloc (bytes); in test_malloc()
Drunxmlconf.c159 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dtestrecurse.c578 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dxmlmemory.c311 xmlMemMalloc(size_t size) in xmlMemMalloc() function
Dtestlimits.c670 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Drunsuite.c212 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dlibxml2.syms568 xmlMemMalloc;
Delfgcchack.h5333 #undef xmlMemMalloc
5334 extern __typeof (xmlMemMalloc) xmlMemMalloc __attribute((alias("xmlMemMalloc__internal_alias")));
5336 #ifndef xmlMemMalloc
5337 extern __typeof (xmlMemMalloc) xmlMemMalloc__internal_alias __attribute((visibility("hidden")));
5338 #define xmlMemMalloc xmlMemMalloc__internal_alias macro
Dxmllint.c347 ret = xmlMemMalloc(size); in myMallocFunc()
Druntest.c536 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
/external/libxml2/include/libxml/
Dxmlmemory.h153 xmlMemMalloc (size_t size) LIBXML_ATTR_ALLOC_SIZE(1);
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle203 d xmlMemMalloc pr * extproc('xmlMemMalloc') void *
/external/libxml2/python/
Dlibxml.c90 extern void *xmlMemMalloc(size_t size);
144 if ((freeFunc == xmlMemFree) && (mallocFunc == xmlMemMalloc) && in libxml_xmlDebugMemory()
155 ret = (long) xmlMemSetup(xmlMemFree, xmlMemMalloc, in libxml_xmlDebugMemory()
/external/libxml2/win32/
Dlibxml2.def.src1084 xmlMemMalloc