Searched refs:xmlMemMalloc (Results 1 – 15 of 15) sorted by relevance
/external/libxml2/ |
D | globals.c | 84 xmlMallocFunc xmlMalloc = (xmlMallocFunc) xmlMemMalloc; 85 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc; 530 gs->xmlMalloc = (xmlMallocFunc) xmlMemMalloc; in xmlInitializeGlobalState() 531 gs->xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc; in xmlInitializeGlobalState()
|
D | testOOMlib.c | 136 mem = xmlMemMalloc (bytes); in test_malloc()
|
D | runxmlconf.c | 159 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
|
D | xmlmemory.c | 296 xmlMemMalloc(size_t size) in xmlMemMalloc() function
|
D | testrecurse.c | 578 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
|
D | testlimits.c | 670 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
|
D | runsuite.c | 212 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
|
D | libxml2.syms | 568 xmlMemMalloc;
|
D | elfgcchack.h | 5333 #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
|
D | xmllint.c | 363 ret = xmlMemMalloc(size); in myMallocFunc()
|
D | runtest.c | 531 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
|
/external/libxml2/include/libxml/ |
D | xmlmemory.h | 153 xmlMemMalloc (size_t size) LIBXML_ATTR_ALLOC_SIZE(1);
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlmemory.rpgle | 195 d xmlMemMalloc pr * extproc('xmlMemMalloc') void *
|
/external/libxml2/python/ |
D | libxml.c | 90 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/ |
D | libxml2.def.src | 1084 xmlMemMalloc
|