Lines Matching refs:xmlMallocAtomic
2566 buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar));3216 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));3309 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));6378 content = xmlMallocAtomic (xmlStrlen(content_line) + l + 1);