HomeSort by relevance Sort by last modified time
    Searched refs:xmlMallocLoc (Results 1 - 4 of 4) 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 151 * xmlMallocLoc:
162 xmlMallocLoc(size_t size, const char * file, int line)
179 "xmlMallocLoc : Out of free space\n");
306 return(xmlMallocLoc(size, "none", 0));
331 return(xmlMallocLoc(size, file, line));
libxml2.syms 564 xmlMallocLoc;
    [all...]
elfgcchack.h     [all...]

Completed in 43 milliseconds