xmlMemMalloc     5231 third_party/libxml/src/elfgcchack.h #undef xmlMemMalloc
xmlMemMalloc     5232 third_party/libxml/src/elfgcchack.h extern __typeof (xmlMemMalloc) xmlMemMalloc __attribute((alias("xmlMemMalloc__internal_alias")));
xmlMemMalloc     5234 third_party/libxml/src/elfgcchack.h #ifndef xmlMemMalloc
xmlMemMalloc     5235 third_party/libxml/src/elfgcchack.h extern __typeof (xmlMemMalloc) xmlMemMalloc__internal_alias __attribute((visibility("hidden")));
xmlMemMalloc     5236 third_party/libxml/src/elfgcchack.h #define xmlMemMalloc xmlMemMalloc__internal_alias
xmlMemMalloc       84 third_party/libxml/src/globals.c xmlMallocFunc xmlMalloc = (xmlMallocFunc) xmlMemMalloc;
xmlMemMalloc       85 third_party/libxml/src/globals.c xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc;
xmlMemMalloc      549 third_party/libxml/src/globals.c     gs->xmlMalloc = (xmlMallocFunc) xmlMemMalloc;
xmlMemMalloc      550 third_party/libxml/src/globals.c     gs->xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc;
xmlMemMalloc      153 third_party/libxml/src/include/libxml/xmlmemory.h 	xmlMemMalloc	(size_t size) LIBXML_ATTR_ALLOC_SIZE(1);
xmlMemMalloc      224 third_party/libxml/src/runsuite.c     xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
xmlMemMalloc      535 third_party/libxml/src/runtest.c     xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
xmlMemMalloc      358 third_party/libxml/src/xmllint.c     ret = xmlMemMalloc(size);