HomeSort by relevance Sort by last modified time
    Searched refs:xmlMallocLoc (Results 1 - 3 of 3) sorted by null

  /external/libxml2/include/libxml/
xmlmemory.h 161 xmlMallocLoc (size_t size, const char *file, int line) LIBXML_ATTR_ALLOC_SIZE(1);
179 #define xmlMalloc(size) xmlMallocLoc((size), __FILE__, __LINE__)
  /external/libxml2/
xmlmemory.c 150 * xmlMallocLoc:
161 xmlMallocLoc(size_t size, const char * file, int line)
178 "xmlMallocLoc : Out of free space\n");
247 "xmlMallocLoc : Out of free space\n");
298 return(xmlMallocLoc(size, "none", 0));
323 return(xmlMallocLoc(size, file, line));
elfgcchack.h     [all...]

Completed in 31 milliseconds