Home
last modified time | relevance | path

Searched refs:xmlMallocLoc (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dxmlmemory.h161 xmlMallocLoc (size_t size, const char *file, int line) LIBXML_ATTR_ALLOC_SIZE(1);
179 #define xmlMalloc(size) xmlMallocLoc((size), __FILE__, __LINE__)
/external/libxml2/
Dxmlmemory.c161 xmlMallocLoc(size_t size, const char * file, int line) in xmlMallocLoc() function
298 return(xmlMallocLoc(size, "none", 0)); in xmlMemMalloc()
323 return(xmlMallocLoc(size, file, line)); in xmlReallocLoc()
Delfgcchack.h5171 #undef xmlMallocLoc
5172 extern __typeof (xmlMallocLoc) xmlMallocLoc __attribute((alias("xmlMallocLoc__internal_alias")));
5174 #ifndef xmlMallocLoc
5175 extern __typeof (xmlMallocLoc) xmlMallocLoc__internal_alias __attribute((visibility("hidden")));
5176 #define xmlMallocLoc xmlMallocLoc__internal_alias macro