xmlMallocLoc 5171 third_party/libxml/src/elfgcchack.h #undef xmlMallocLoc xmlMallocLoc 5172 third_party/libxml/src/elfgcchack.h extern __typeof (xmlMallocLoc) xmlMallocLoc __attribute((alias("xmlMallocLoc__internal_alias"))); xmlMallocLoc 5174 third_party/libxml/src/elfgcchack.h #ifndef xmlMallocLoc xmlMallocLoc 5175 third_party/libxml/src/elfgcchack.h extern __typeof (xmlMallocLoc) xmlMallocLoc__internal_alias __attribute((visibility("hidden"))); xmlMallocLoc 5176 third_party/libxml/src/elfgcchack.h #define xmlMallocLoc xmlMallocLoc__internal_alias xmlMallocLoc 161 third_party/libxml/src/include/libxml/xmlmemory.h xmlMallocLoc (size_t size, const char *file, int line) LIBXML_ATTR_ALLOC_SIZE(1); xmlMallocLoc 179 third_party/libxml/src/include/libxml/xmlmemory.h #define xmlMalloc(size) xmlMallocLoc((size), __FILE__, __LINE__) xmlMallocLoc 296 third_party/libxml/src/xmlmemory.c return(xmlMallocLoc(size, "none", 0)); xmlMallocLoc 321 third_party/libxml/src/xmlmemory.c return(xmlMallocLoc(size, file, line));