xmlMallocAtomic  2505 third_party/libxml/src/HTMLparser.c     buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar));
xmlMallocAtomic  3096 third_party/libxml/src/HTMLparser.c 	    buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlMallocAtomic  3189 third_party/libxml/src/HTMLparser.c     buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlMallocAtomic  6172 third_party/libxml/src/HTMLparser.c         content = xmlMallocAtomic (xmlStrlen(content_line) + strlen(encoding) + 1);
xmlMallocAtomic  2159 third_party/libxml/src/c14n.c     buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar));
xmlMallocAtomic   993 third_party/libxml/src/catalog.c     content = xmlMallocAtomic(size + 10);
xmlMallocAtomic  2195 third_party/libxml/src/catalog.c     buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlMallocAtomic    85 third_party/libxml/src/globals.c xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc;
xmlMallocAtomic   134 third_party/libxml/src/globals.c xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) size_checked_malloc;
xmlMallocAtomic   550 third_party/libxml/src/globals.c     gs->xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc;
xmlMallocAtomic   556 third_party/libxml/src/globals.c     gs->xmlMallocAtomic = (xmlMallocFunc) malloc;
xmlMallocAtomic   761 third_party/libxml/src/globals.c         return (&xmlMallocAtomic);
xmlMallocAtomic   763 third_party/libxml/src/globals.c         return (&xmlGetGlobalState()->xmlMallocAtomic);
xmlMallocAtomic   157 third_party/libxml/src/include/libxml/globals.h 	xmlMallocFunc xmlMallocAtomic;
xmlMallocAtomic   215 third_party/libxml/src/include/libxml/globals.h XMLPUBVAR xmlMallocFunc xmlMallocAtomic;
xmlMallocAtomic   244 third_party/libxml/src/include/libxml/globals.h XMLPUBVAR xmlMallocFunc xmlMallocAtomic;
xmlMallocAtomic   189 third_party/libxml/src/include/libxml/xmlmemory.h #define xmlMallocAtomic(size) xmlMallocAtomicLoc((size), __FILE__, __LINE__)
xmlMallocAtomic   533 third_party/libxml/src/nanohttp.c             ctxt->in = (char *) xmlMallocAtomic(65000 * sizeof(char));
xmlMallocAtomic  1421 third_party/libxml/src/nanohttp.c     bp = (char*)xmlMallocAtomic(blen);
xmlMallocAtomic  2250 third_party/libxml/src/parser.c     buffer = xmlMallocAtomic(length);
xmlMallocAtomic  2529 third_party/libxml/src/parser.c     buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar));
xmlMallocAtomic  2826 third_party/libxml/src/parser.c 	buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
xmlMallocAtomic  2905 third_party/libxml/src/parser.c 	    buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
xmlMallocAtomic  3387 third_party/libxml/src/parser.c 	    buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
xmlMallocAtomic  3464 third_party/libxml/src/parser.c 	    buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
xmlMallocAtomic  3535 third_party/libxml/src/parser.c     buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlMallocAtomic  3693 third_party/libxml/src/parser.c     buf = (xmlChar *) xmlMallocAtomic(buf_size * sizeof(xmlChar));
xmlMallocAtomic  3942 third_party/libxml/src/parser.c     buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlMallocAtomic  4023 third_party/libxml/src/parser.c     buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlMallocAtomic  4471 third_party/libxml/src/parser.c 	buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlMallocAtomic  4642 third_party/libxml/src/parser.c 		    buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlMallocAtomic  4894 third_party/libxml/src/parser.c 	    buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlMallocAtomic  9377 third_party/libxml/src/parser.c     buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlMallocAtomic  9717 third_party/libxml/src/parser.c     buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlMallocAtomic  9825 third_party/libxml/src/parser.c 	buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
xmlMallocAtomic  8544 third_party/libxml/src/relaxng.c     ret = (xmlChar *) xmlMallocAtomic((len + 1) * sizeof(xmlChar));
xmlMallocAtomic   226 third_party/libxml/src/tree.c 	ret = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
xmlMallocAtomic  4546 third_party/libxml/src/tree.c     buffer = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar));
xmlMallocAtomic  4551 third_party/libxml/src/tree.c     buf = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar));
xmlMallocAtomic  6861 third_party/libxml/src/tree.c     ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar));
xmlMallocAtomic  6892 third_party/libxml/src/tree.c         ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar));
xmlMallocAtomic  7248 third_party/libxml/src/tree.c 	    rebuf = (xmlChar *) xmlMallocAtomic(newSize);
xmlMallocAtomic  7257 third_party/libxml/src/tree.c 	    rebuf = (xmlChar *) xmlMallocAtomic(newSize);
xmlMallocAtomic  1011 third_party/libxml/src/uri.c     ret = (xmlChar *) xmlMallocAtomic((max + 1) * sizeof(xmlChar));
xmlMallocAtomic  1693 third_party/libxml/src/uri.c 	ret = (char *) xmlMallocAtomic(len + 1);
xmlMallocAtomic  1757 third_party/libxml/src/uri.c     ret = (xmlChar *) xmlMallocAtomic(len);
xmlMallocAtomic  2134 third_party/libxml/src/uri.c     res->path = (char *) xmlMallocAtomic(len);
xmlMallocAtomic  2543 third_party/libxml/src/uri.c 	uri->path = xmlMallocAtomic(len + 2);
xmlMallocAtomic  1014 third_party/libxml/src/xmlmemory.c     xmlMallocAtomic = mallocFunc;
xmlMallocAtomic  1083 third_party/libxml/src/xmlmemory.c     xmlMallocAtomic = mallocAtomicFunc;
xmlMallocAtomic  1113 third_party/libxml/src/xmlmemory.c     if (mallocAtomicFunc != NULL) *mallocAtomicFunc = xmlMallocAtomic;
xmlMallocAtomic  4158 third_party/libxml/src/xmlregexp.c 	str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
xmlMallocAtomic  5745 third_party/libxml/src/xmlregexp.c 	str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
xmlMallocAtomic  5807 third_party/libxml/src/xmlregexp.c 	str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
xmlMallocAtomic  5877 third_party/libxml/src/xmlregexp.c 	str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
xmlMallocAtomic  6032 third_party/libxml/src/xmlregexp.c 	str = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
xmlMallocAtomic  3095 third_party/libxml/src/xmlschemastypes.c                         (xmlChar *) xmlMallocAtomic((i + pad + 1) *
xmlMallocAtomic    45 third_party/libxml/src/xmlstring.c     ret = (xmlChar *) xmlMallocAtomic((len + 1) * sizeof(xmlChar));
xmlMallocAtomic    90 third_party/libxml/src/xmlstring.c     ret = (xmlChar *) xmlMallocAtomic((len + 1) * sizeof(xmlChar));
xmlMallocAtomic   864 third_party/libxml/src/xmlstring.c     ret = (xmlChar *) xmlMallocAtomic((i + 1) * sizeof(xmlChar));
xmlMallocAtomic  9884 third_party/libxml/src/xpath.c 	    buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
xmlMallocAtomic   996 third_party/libxml/src/xpointer.c     buffer = (xmlChar *) xmlMallocAtomic(len * sizeof (xmlChar));
xmlMallocAtomic   625 third_party/libxslt/libexslt/crypto.c     padkey = xmlMallocAtomic (RC4_KEY_LENGTH + 1);
xmlMallocAtomic   659 third_party/libxslt/libexslt/crypto.c     hex = xmlMallocAtomic (hex_len);
xmlMallocAtomic   723 third_party/libxslt/libexslt/crypto.c     padkey = xmlMallocAtomic (RC4_KEY_LENGTH + 1);
xmlMallocAtomic   744 third_party/libxslt/libexslt/crypto.c     bin = xmlMallocAtomic (bin_len);
xmlMallocAtomic   755 third_party/libxslt/libexslt/crypto.c     ret = xmlMallocAtomic (ret_len);