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)
177 "xmlMallocLoc : Unsigned overflow\n");
186 "xmlMallocLoc : Out of free space\n");
313 return(xmlMallocLoc(size, "none", 0));
338 return(xmlMallocLoc(size, file, line));
libxml2.syms 564 xmlMallocLoc;
    [all...]
elfgcchack.h     [all...]

Completed in 64 milliseconds