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

  /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 50 milliseconds