Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlmemory.c72 return(xmlMemMalloc(size)); in xmlMallocLoc()
89 return(xmlMemMalloc(size)); in xmlMallocAtomicLoc()
101 xmlMemMalloc(size_t size) in xmlMemMalloc() function
157 return(xmlMemMalloc(size)); in xmlMemRealloc()
Drunxmlconf.c143 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dtestrecurse.c371 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dtestlimits.c378 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Drunsuite.c185 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dlibxml2.syms558 xmlMemMalloc;
Dxmllint.c506 ret = xmlMemMalloc(size); in myMallocFunc()
552 ret = xmlMemMalloc(size); in myStrdupFunc()
Druntest.c303 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
4606 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in thread_specific_data()
/external/cronet/stable/third_party/libxml/src/
Dxmlmemory.c72 return(xmlMemMalloc(size)); in xmlMallocLoc()
89 return(xmlMemMalloc(size)); in xmlMallocAtomicLoc()
101 xmlMemMalloc(size_t size) in xmlMemMalloc() function
157 return(xmlMemMalloc(size)); in xmlMemRealloc()
Drunxmlconf.c139 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dtestrecurse.c371 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dtestlimits.c378 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Drunsuite.c185 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Druntest.c303 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
4362 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in thread_specific_data()
/external/cronet/tot/third_party/libxml/src/
Dxmlmemory.c72 return(xmlMemMalloc(size)); in xmlMallocLoc()
89 return(xmlMemMalloc(size)); in xmlMallocAtomicLoc()
101 xmlMemMalloc(size_t size) in xmlMemMalloc() function
157 return(xmlMemMalloc(size)); in xmlMemRealloc()
Drunxmlconf.c139 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dtestrecurse.c371 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dtestlimits.c378 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Drunsuite.c185 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Druntest.c303 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
4362 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in thread_specific_data()
/external/cronet/stable/third_party/libxml/src/include/libxml/
Dxmlmemory.h165 xmlMemMalloc (size_t size) LIBXML_ATTR_ALLOC_SIZE(1);
/external/libxml2/include/libxml/
Dxmlmemory.h165 xmlMemMalloc (size_t size) LIBXML_ATTR_ALLOC_SIZE(1);
/external/cronet/tot/third_party/libxml/src/include/libxml/
Dxmlmemory.h165 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.c81 extern void *xmlMemMalloc(size_t size);
131 if ((freeFunc == xmlMemFree) && (mallocFunc == xmlMemMalloc) && in libxml_xmlDebugMemory()
135 ret = (long) xmlMemSetup(xmlMemFree, xmlMemMalloc, in libxml_xmlDebugMemory()