xmlMallocAtomicLoc 5161 third_party/libxml/src/elfgcchack.h #undef xmlMallocAtomicLoc
xmlMallocAtomicLoc 5162 third_party/libxml/src/elfgcchack.h extern __typeof (xmlMallocAtomicLoc) xmlMallocAtomicLoc __attribute((alias("xmlMallocAtomicLoc__internal_alias")));
xmlMallocAtomicLoc 5164 third_party/libxml/src/elfgcchack.h #ifndef xmlMallocAtomicLoc
xmlMallocAtomicLoc 5165 third_party/libxml/src/elfgcchack.h extern __typeof (xmlMallocAtomicLoc) xmlMallocAtomicLoc__internal_alias __attribute((visibility("hidden")));
xmlMallocAtomicLoc 5166 third_party/libxml/src/elfgcchack.h #define xmlMallocAtomicLoc xmlMallocAtomicLoc__internal_alias
xmlMallocAtomicLoc  165 third_party/libxml/src/include/libxml/xmlmemory.h 	xmlMallocAtomicLoc (size_t size, const char *file, int line) LIBXML_ATTR_ALLOC_SIZE(1);
xmlMallocAtomicLoc  189 third_party/libxml/src/include/libxml/xmlmemory.h #define xmlMallocAtomic(size) xmlMallocAtomicLoc((size), __FILE__, __LINE__)