xmlMalloc        2149 third_party/libxml/src/HTMLparser.c     input = (xmlParserInputPtr) xmlMalloc(sizeof(htmlParserInput));
xmlMalloc        2275 third_party/libxml/src/HTMLparser.c     cur = (xmlDocPtr) xmlMalloc(sizeof(xmlDoc));
xmlMalloc        3702 third_party/libxml/src/HTMLparser.c 		       xmlMalloc(maxatts * sizeof(xmlChar *));
xmlMalloc        4714 third_party/libxml/src/HTMLparser.c     sax = (htmlSAXHandler *) xmlMalloc(sizeof(htmlSAXHandler));
xmlMalloc        4724 third_party/libxml/src/HTMLparser.c                       xmlMalloc(5 * sizeof(htmlParserInputPtr));
xmlMalloc        4741 third_party/libxml/src/HTMLparser.c     ctxt->nodeTab = (htmlNodePtr *) xmlMalloc(10 * sizeof(htmlNodePtr));
xmlMalloc        4757 third_party/libxml/src/HTMLparser.c     ctxt->nameTab = (const xmlChar **) xmlMalloc(10 * sizeof(xmlChar *));
xmlMalloc        4830 third_party/libxml/src/HTMLparser.c     ctxt = (xmlParserCtxtPtr) xmlMalloc(sizeof(xmlParserCtxt));
xmlMalloc        6006 third_party/libxml/src/HTMLparser.c 	ctxt->sax = (htmlSAXHandlerPtr) xmlMalloc(sizeof(htmlSAXHandler));
xmlMalloc         416 third_party/libxml/src/HTMLtree.c     outbuf = (xmlOutputBufferPtr) xmlMalloc(sizeof(xmlOutputBuffer));
xmlMalloc         420 third_party/libxml/src/SAX2.c 	                 xmlMalloc(5 * sizeof(xmlParserInputPtr));
xmlMalloc        1821 third_party/libxml/src/SAX2.c 	ret = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
xmlMalloc         283 third_party/libxml/src/c14n.c     ret = (xmlC14NVisibleNsStackPtr) xmlMalloc(sizeof(xmlC14NVisibleNsStack));
xmlMalloc         321 third_party/libxml/src/c14n.c         cur->nsTab = (xmlNsPtr*) xmlMalloc(XML_NAMESPACES_DEFAULT * sizeof(xmlNsPtr));
xmlMalloc         322 third_party/libxml/src/c14n.c         cur->nodeTab = (xmlNodePtr*) xmlMalloc(XML_NAMESPACES_DEFAULT * sizeof(xmlNodePtr));
xmlMalloc        1804 third_party/libxml/src/c14n.c     ctx = (xmlC14NCtxPtr) xmlMalloc(sizeof(xmlC14NCtx));
xmlMalloc         276 third_party/libxml/src/catalog.c     ret = (xmlCatalogEntryPtr) xmlMalloc(sizeof(xmlCatalogEntry));
xmlMalloc         411 third_party/libxml/src/catalog.c     ret = (xmlCatalogPtr) xmlMalloc(sizeof(xmlCatalog));
xmlMalloc        2819 third_party/libxml/src/debugXML.c     ctxt = (xmlShellCtxtPtr) xmlMalloc(sizeof(xmlShellCtxt));
xmlMalloc         181 third_party/libxml/src/dict.c 	pool = (xmlDictStringsPtr) xmlMalloc(sizeof(xmlDictStrings) + size);
xmlMalloc         243 third_party/libxml/src/dict.c 	pool = (xmlDictStringsPtr) xmlMalloc(sizeof(xmlDictStrings) + size);
xmlMalloc         452 third_party/libxml/src/dict.c     dict = xmlMalloc(sizeof(xmlDict));
xmlMalloc         458 third_party/libxml/src/dict.c         dict->dict = xmlMalloc(MIN_DICT_SIZE * sizeof(xmlDictEntry));
xmlMalloc         555 third_party/libxml/src/dict.c     dict->dict = xmlMalloc(size * sizeof(xmlDictEntry));
xmlMalloc         586 third_party/libxml/src/dict.c 	    entry = xmlMalloc(sizeof(xmlDictEntry));
xmlMalloc         820 third_party/libxml/src/dict.c 	entry = xmlMalloc(sizeof(xmlDictEntry));
xmlMalloc        1030 third_party/libxml/src/dict.c 	entry = xmlMalloc(sizeof(xmlDictEntry));
xmlMalloc         105 third_party/libxml/src/encoding.c   uconv_t *conv = (uconv_t *) xmlMalloc(sizeof(uconv_t));
xmlMalloc        1061 third_party/libxml/src/encoding.c 	      xmlMalloc(xmlCharEncodingAliasesMax * sizeof(xmlCharEncodingAlias));
xmlMalloc        1344 third_party/libxml/src/encoding.c               xmlMalloc(sizeof(xmlCharEncodingHandler));
xmlMalloc        1390 third_party/libxml/src/encoding.c         xmlMalloc(MAX_ENCODING_HANDLERS * sizeof(xmlCharEncodingHandlerPtr));
xmlMalloc        1685 third_party/libxml/src/encoding.c 	          xmlMalloc(sizeof(xmlCharEncodingHandler));
xmlMalloc        1712 third_party/libxml/src/encoding.c 	          xmlMalloc(sizeof(xmlCharEncodingHandler));
xmlMalloc         152 third_party/libxml/src/entities.c     ret = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity));
xmlMalloc         569 third_party/libxml/src/entities.c     buffer = (xmlChar *) xmlMalloc(buffer_size * sizeof(xmlChar));
xmlMalloc         719 third_party/libxml/src/entities.c     buffer = (xmlChar *) xmlMalloc(buffer_size * sizeof(xmlChar));
xmlMalloc         830 third_party/libxml/src/entities.c     cur = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity));
xmlMalloc          29 third_party/libxml/src/error.c     str = (char *) xmlMalloc(150);				\
xmlMalloc          84 third_party/libxml/src/globals.c xmlMallocFunc xmlMalloc = (xmlMallocFunc) xmlMemMalloc;
xmlMalloc         123 third_party/libxml/src/globals.c xmlMallocFunc xmlMalloc = (xmlMallocFunc) size_checked_malloc;
xmlMalloc         549 third_party/libxml/src/globals.c     gs->xmlMalloc = (xmlMallocFunc) xmlMemMalloc;
xmlMalloc         555 third_party/libxml/src/globals.c     gs->xmlMalloc = (xmlMallocFunc) malloc;
xmlMalloc         752 third_party/libxml/src/globals.c         return (&xmlMalloc);
xmlMalloc         754 third_party/libxml/src/globals.c     	return (&xmlGetGlobalState()->xmlMalloc);
xmlMalloc         151 third_party/libxml/src/hash.c     table = xmlMalloc(sizeof(xmlHashTable));
xmlMalloc         156 third_party/libxml/src/hash.c         table->table = xmlMalloc(size * sizeof(xmlHashEntry));
xmlMalloc         218 third_party/libxml/src/hash.c     table->table = xmlMalloc(size * sizeof(xmlHashEntry));
xmlMalloc         555 third_party/libxml/src/hash.c 	entry = xmlMalloc(sizeof(xmlHashEntry));
xmlMalloc         685 third_party/libxml/src/hash.c 	entry = xmlMalloc(sizeof(xmlHashEntry));
xmlMalloc         128 third_party/libxml/src/include/libxml/globals.h 	xmlMallocFunc xmlMalloc;
xmlMalloc         207 third_party/libxml/src/include/libxml/globals.h XMLPUBVAR xmlMallocFunc xmlMalloc;
xmlMalloc         243 third_party/libxml/src/include/libxml/globals.h XMLPUBVAR xmlMallocFunc xmlMalloc;
xmlMalloc         179 third_party/libxml/src/include/libxml/xmlmemory.h #define xmlMalloc(size) xmlMallocLoc((size), __FILE__, __LINE__)
xmlMalloc         191 third_party/libxml/src/list.c     if (NULL == (l = (xmlListPtr )xmlMalloc( sizeof(xmlList)))) {
xmlMalloc         200 third_party/libxml/src/list.c     if (NULL ==(l->sentinel = (xmlLinkPtr )xmlMalloc(sizeof(xmlLink)))) {
xmlMalloc         281 third_party/libxml/src/list.c     lkNew = (xmlLinkPtr) xmlMalloc(sizeof(xmlLink));
xmlMalloc         313 third_party/libxml/src/list.c     lkNew = (xmlLinkPtr) xmlMalloc(sizeof(xmlLink));
xmlMalloc         550 third_party/libxml/src/list.c     lkNew = (xmlLinkPtr) xmlMalloc(sizeof(xmlLink));
xmlMalloc         582 third_party/libxml/src/list.c     if (NULL ==(lkNew = (xmlLinkPtr )xmlMalloc(sizeof(xmlLink)))) {
xmlMalloc         475 third_party/libxml/src/nanoftp.c     ret = (xmlNanoFTPCtxtPtr) xmlMalloc(sizeof(xmlNanoFTPCtxt));
xmlMalloc         387 third_party/libxml/src/nanohttp.c     ret = (xmlNanoHTTPCtxtPtr) xmlMalloc(sizeof(xmlNanoHTTPCtxt));
xmlMalloc         815 third_party/libxml/src/nanohttp.c 	    ctxt->strm = xmlMalloc(sizeof(z_stream));
xmlMalloc        1158 third_party/libxml/src/parser.c         defaults = (xmlDefAttrsPtr) xmlMalloc(sizeof(xmlDefAttrs) +
xmlMalloc        1402 third_party/libxml/src/parser.c 	              xmlMalloc(ctxt->nsMax * sizeof(xmlChar *));
xmlMalloc        1463 third_party/libxml/src/parser.c 	       xmlMalloc(maxatts * sizeof(xmlChar *));
xmlMalloc        1466 third_party/libxml/src/parser.c 	attallocs = (int *) xmlMalloc((maxatts / 5) * sizeof(int));
xmlMalloc        8192 third_party/libxml/src/parser.c 		       xmlMalloc(maxatts * sizeof(xmlChar *));
xmlMalloc        11865 third_party/libxml/src/parser.c     ctxt->pushTab = (void **) xmlMalloc(ctxt->nameMax * 3 * sizeof(xmlChar *));
xmlMalloc        11877 third_party/libxml/src/parser.c 	ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler));
xmlMalloc        12010 third_party/libxml/src/parser.c 	ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler));
xmlMalloc        14395 third_party/libxml/src/parser.c         ctxt->pushTab = (void **) xmlMalloc(ctxt->nameMax * 3 *
xmlMalloc        1383 third_party/libxml/src/parserInternals.c     input = (xmlParserInputPtr) xmlMalloc(sizeof(xmlParserInput));
xmlMalloc        1622 third_party/libxml/src/parserInternals.c 	ctxt->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler));
xmlMalloc        1635 third_party/libxml/src/parserInternals.c 		    xmlMalloc(5 * sizeof(xmlParserInputPtr));
xmlMalloc        1664 third_party/libxml/src/parserInternals.c 	ctxt->nodeTab = (xmlNodePtr *) xmlMalloc(10 * sizeof(xmlNodePtr));
xmlMalloc        1682 third_party/libxml/src/parserInternals.c 	ctxt->nameTab = (const xmlChar **) xmlMalloc(10 * sizeof(xmlChar *));
xmlMalloc        1703 third_party/libxml/src/parserInternals.c 	ctxt->spaceTab = (int *) xmlMalloc(10 * sizeof(int));
xmlMalloc        1863 third_party/libxml/src/parserInternals.c     ctxt = (xmlParserCtxtPtr) xmlMalloc(sizeof(xmlParserCtxt));
xmlMalloc        2038 third_party/libxml/src/parserInternals.c                 tmp_buffer = (xmlParserNodeInfo *) xmlMalloc(byte_size);
xmlMalloc         203 third_party/libxml/src/pattern.c     cur = (xmlPatternPtr) xmlMalloc(sizeof(xmlPattern));
xmlMalloc         211 third_party/libxml/src/pattern.c     cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp));
xmlMalloc         296 third_party/libxml/src/pattern.c     cur = (xmlPatParserContextPtr) xmlMalloc(sizeof(xmlPatParserContext));
xmlMalloc         464 third_party/libxml/src/pattern.c 	states->states = xmlMalloc(4 * sizeof(xmlStepState));
xmlMalloc        1493 third_party/libxml/src/pattern.c     cur = (xmlStreamCompPtr) xmlMalloc(sizeof(xmlStreamComp));
xmlMalloc        1500 third_party/libxml/src/pattern.c     cur->steps = (xmlStreamStepPtr) xmlMalloc(size * sizeof(xmlStreamStep));
xmlMalloc        1758 third_party/libxml/src/pattern.c     cur = (xmlStreamCtxtPtr) xmlMalloc(sizeof(xmlStreamCtxt));
xmlMalloc        1765 third_party/libxml/src/pattern.c     cur->states = (int *) xmlMalloc(4 * 2 * sizeof(int));
xmlMalloc         763 third_party/libxml/src/relaxng.c     ret = (xmlRelaxNGPtr) xmlMalloc(sizeof(xmlRelaxNG));
xmlMalloc         842 third_party/libxml/src/relaxng.c     ret = (xmlRelaxNGGrammarPtr) xmlMalloc(sizeof(xmlRelaxNGGrammar));
xmlMalloc         898 third_party/libxml/src/relaxng.c             xmlMalloc(ctxt->defMax * sizeof(xmlRelaxNGDefinePtr));
xmlMalloc         917 third_party/libxml/src/relaxng.c     ret = (xmlRelaxNGDefinePtr) xmlMalloc(sizeof(xmlRelaxNGDefine));
xmlMalloc        1020 third_party/libxml/src/relaxng.c     ret = (xmlRelaxNGStatesPtr) xmlMalloc(sizeof(xmlRelaxNGStates) +
xmlMalloc        1030 third_party/libxml/src/relaxng.c     ret->tabState = (xmlRelaxNGValidStatePtr *) xmlMalloc((size) *
xmlMalloc        1143 third_party/libxml/src/relaxng.c             xmlMalloc(ctxt->freeStatesMax * sizeof(xmlRelaxNGStatesPtr));
xmlMalloc        1210 third_party/libxml/src/relaxng.c             xmlMalloc(sizeof(xmlRelaxNGValidState));
xmlMalloc        1233 third_party/libxml/src/relaxng.c             ret->attrs = (xmlAttrPtr *) xmlMalloc(ret->maxAttrs *
xmlMalloc        1292 third_party/libxml/src/relaxng.c             xmlMalloc(sizeof(xmlRelaxNGValidState));
xmlMalloc        1307 third_party/libxml/src/relaxng.c             ret->attrs = (xmlAttrPtr *) xmlMalloc(ret->maxAttrs *
xmlMalloc        1456 third_party/libxml/src/relaxng.c             (xmlRelaxNGIncludePtr *) xmlMalloc(ctxt->incMax *
xmlMalloc        1635 third_party/libxml/src/relaxng.c     ret = (xmlRelaxNGIncludePtr) xmlMalloc(sizeof(xmlRelaxNGInclude));
xmlMalloc        1774 third_party/libxml/src/relaxng.c             (xmlRelaxNGValidErrorPtr) xmlMalloc(ctxt->errMax *
xmlMalloc        1870 third_party/libxml/src/relaxng.c             (xmlRelaxNGDocumentPtr *) xmlMalloc(ctxt->docMax *
xmlMalloc        1964 third_party/libxml/src/relaxng.c     ret = (xmlRelaxNGDocumentPtr) xmlMalloc(sizeof(xmlRelaxNGDocument));
xmlMalloc        2775 third_party/libxml/src/relaxng.c         xmlMalloc(sizeof(xmlRelaxNGTypeLibrary));
xmlMalloc        4007 third_party/libxml/src/relaxng.c                     xmlMalloc((max + 1) * sizeof(xmlRelaxNGDefinePtr));
xmlMalloc        4113 third_party/libxml/src/relaxng.c     list = (xmlRelaxNGDefinePtr **) xmlMalloc(nbchild *
xmlMalloc        4250 third_party/libxml/src/relaxng.c     list = (xmlRelaxNGDefinePtr **) xmlMalloc(nbchild *
xmlMalloc        4345 third_party/libxml/src/relaxng.c         xmlMalloc(nbchild * sizeof(xmlRelaxNGInterleaveGroupPtr));
xmlMalloc        4351 third_party/libxml/src/relaxng.c             xmlMalloc(sizeof(xmlRelaxNGInterleaveGroup));
xmlMalloc        4370 third_party/libxml/src/relaxng.c         xmlMalloc(sizeof(xmlRelaxNGPartition));
xmlMalloc        6731 third_party/libxml/src/relaxng.c         (xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt));
xmlMalloc        6762 third_party/libxml/src/relaxng.c         (xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt));
xmlMalloc        6798 third_party/libxml/src/relaxng.c         (xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt));
xmlMalloc        8071 third_party/libxml/src/relaxng.c         ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlMalloc(ctxt->elemMax *
xmlMalloc        9287 third_party/libxml/src/relaxng.c     list = (xmlNodePtr *) xmlMalloc(nbgroups * sizeof(xmlNodePtr));
xmlMalloc        9293 third_party/libxml/src/relaxng.c     lasts = (xmlNodePtr *) xmlMalloc(nbgroups * sizeof(xmlNodePtr));
xmlMalloc        10834 third_party/libxml/src/relaxng.c     ret = (xmlRelaxNGValidCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGValidCtxt));
xmlMalloc        3676 third_party/libxml/src/runtest.c     buffer = (xmlChar **) xmlMalloc(buffer_size * sizeof(xmlChar*));
xmlMalloc         329 third_party/libxml/src/schematron.c     ret = (xmlSchematronTestPtr) xmlMalloc(sizeof(xmlSchematronTest));
xmlMalloc         412 third_party/libxml/src/schematron.c     ret = (xmlSchematronRulePtr) xmlMalloc(sizeof(xmlSchematronRule));
xmlMalloc         490 third_party/libxml/src/schematron.c     ret = (xmlSchematronPatternPtr) xmlMalloc(sizeof(xmlSchematronPattern));
xmlMalloc         542 third_party/libxml/src/schematron.c     ret = (xmlSchematronPtr) xmlMalloc(sizeof(xmlSchematron));
xmlMalloc         597 third_party/libxml/src/schematron.c         xmlMalloc(sizeof(xmlSchematronParserCtxt));
xmlMalloc         639 third_party/libxml/src/schematron.c         xmlMalloc(sizeof(xmlSchematronParserCtxt));
xmlMalloc         678 third_party/libxml/src/schematron.c         xmlMalloc(sizeof(xmlSchematronParserCtxt));
xmlMalloc         738 third_party/libxml/src/schematron.c 	    xmlMalloc(ctxt->maxIncludes * 2 * sizeof(xmlNodePtr));
xmlMalloc         808 third_party/libxml/src/schematron.c 	    xmlMalloc(ctxt->maxNamespaces * 2 * sizeof(const xmlChar *));
xmlMalloc        1508 third_party/libxml/src/schematron.c     ret = (xmlSchematronValidCtxtPtr) xmlMalloc(sizeof(xmlSchematronValidCtxt));
xmlMalloc         210 third_party/libxml/src/testC14N.c     buffer = (xmlChar **) xmlMalloc(buffer_size * sizeof(xmlChar*));
xmlMalloc         730 third_party/libxml/src/tree.c     cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs));
xmlMalloc         864 third_party/libxml/src/tree.c     cur = (xmlDtdPtr) xmlMalloc(sizeof(xmlDtd));
xmlMalloc         938 third_party/libxml/src/tree.c     cur = (xmlDtdPtr) xmlMalloc(sizeof(xmlDtd));
xmlMalloc        1142 third_party/libxml/src/tree.c     cur = (xmlDocPtr) xmlMalloc(sizeof(xmlDoc));
xmlMalloc        1799 third_party/libxml/src/tree.c     cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr));
xmlMalloc        1971 third_party/libxml/src/tree.c     cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr));
xmlMalloc        2121 third_party/libxml/src/tree.c     cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
xmlMalloc        2183 third_party/libxml/src/tree.c     cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
xmlMalloc        2225 third_party/libxml/src/tree.c     cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
xmlMalloc        2359 third_party/libxml/src/tree.c     cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
xmlMalloc        2389 third_party/libxml/src/tree.c     cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
xmlMalloc        2507 third_party/libxml/src/tree.c     cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
xmlMalloc        2551 third_party/libxml/src/tree.c     cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
xmlMalloc        2620 third_party/libxml/src/tree.c     cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
xmlMalloc        2671 third_party/libxml/src/tree.c     cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
xmlMalloc        2705 third_party/libxml/src/tree.c     cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
xmlMalloc        4120 third_party/libxml/src/tree.c     ret = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
xmlMalloc        5753 third_party/libxml/src/tree.c                         (xmlNsPtr *) xmlMalloc((maxns + 1) *
xmlMalloc        5808 third_party/libxml/src/tree.c 	ns = (xmlNsPtr) xmlMalloc(sizeof(xmlNs));
xmlMalloc        5854 third_party/libxml/src/tree.c 	    cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs));
xmlMalloc        5987 third_party/libxml/src/tree.c             cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs));
xmlMalloc        6154 third_party/libxml/src/tree.c 		oldNs = (xmlNsPtr *) xmlMalloc(sizeCache *
xmlMalloc        6160 third_party/libxml/src/tree.c 		newNs = (xmlNsPtr *) xmlMalloc(sizeCache *
xmlMalloc        6218 third_party/libxml/src/tree.c 			oldNs = (xmlNsPtr *) xmlMalloc(sizeCache *
xmlMalloc        6224 third_party/libxml/src/tree.c 			newNs = (xmlNsPtr *) xmlMalloc(sizeCache *
xmlMalloc        6853 third_party/libxml/src/tree.c     ret = (xmlBufferPtr) xmlMalloc(sizeof(xmlBuffer));
xmlMalloc        6883 third_party/libxml/src/tree.c     ret = (xmlBufferPtr) xmlMalloc(sizeof(xmlBuffer));
xmlMalloc        6923 third_party/libxml/src/tree.c     ret = (xmlBufferPtr) xmlMalloc(sizeof(xmlBuffer));
xmlMalloc        7685 third_party/libxml/src/tree.c 	map = (xmlNsMapPtr) xmlMalloc(sizeof(struct xmlNsMap));
xmlMalloc        7705 third_party/libxml/src/tree.c 	ret = (xmlNsMapItemPtr) xmlMalloc(sizeof(struct xmlNsMapItem));
xmlMalloc        7801 third_party/libxml/src/tree.c     ret = xmlMalloc(sizeof(xmlDOMWrapCtxt));
xmlMalloc        7964 third_party/libxml/src/tree.c 	*list = (xmlNsPtr *) xmlMalloc(6 * sizeof(xmlNsPtr));
xmlMalloc        9239 third_party/libxml/src/tree.c 		clone = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
xmlMalloc        9263 third_party/libxml/src/tree.c 		clone = (xmlNodePtr) xmlMalloc(sizeof(xmlAttr));
xmlMalloc        9344 third_party/libxml/src/tree.c 			cloneNs = (xmlNsPtr) xmlMalloc(sizeof(xmlNs));
xmlMalloc         981 third_party/libxml/src/uri.c     ret = (xmlURIPtr) xmlMalloc(sizeof(xmlURI));
xmlMalloc        2396 third_party/libxml/src/uri.c     val = (xmlChar *) xmlMalloc (len + 3 * nbslash);
xmlMalloc         277 third_party/libxml/src/valid.c 	ctxt->vstateTab = (xmlValidState *) xmlMalloc(ctxt->vstateMax *
xmlMalloc         384 third_party/libxml/src/valid.c 	ctxt->vstateTab = (xmlValidState *) xmlMalloc(
xmlMalloc         442 third_party/libxml/src/valid.c             (xmlNodePtr *) xmlMalloc(ctxt->nodeMax *
xmlMalloc         883 third_party/libxml/src/valid.c     if ((ret = xmlMalloc(sizeof (xmlValidCtxt))) == NULL) {
xmlMalloc         952 third_party/libxml/src/valid.c     ret = (xmlElementContentPtr) xmlMalloc(sizeof(xmlElementContent));
xmlMalloc        1017 third_party/libxml/src/valid.c     ret = (xmlElementContentPtr) xmlMalloc(sizeof(xmlElementContent));
xmlMalloc        1046 third_party/libxml/src/valid.c 	    tmp = (xmlElementContentPtr) xmlMalloc(sizeof(xmlElementContent));
xmlMalloc        1506 third_party/libxml/src/valid.c 	ret = (xmlElementPtr) xmlMalloc(sizeof(xmlElement));
xmlMalloc        1618 third_party/libxml/src/valid.c     cur = (xmlElementPtr) xmlMalloc(sizeof(xmlElement));
xmlMalloc        1757 third_party/libxml/src/valid.c     ret = (xmlEnumerationPtr) xmlMalloc(sizeof(xmlEnumeration));
xmlMalloc        2023 third_party/libxml/src/valid.c     ret = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute));
xmlMalloc        2163 third_party/libxml/src/valid.c     cur = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute));
xmlMalloc        2379 third_party/libxml/src/valid.c     ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));
xmlMalloc        2435 third_party/libxml/src/valid.c     cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));
xmlMalloc        2605 third_party/libxml/src/valid.c     ret = (xmlIDPtr) xmlMalloc(sizeof(xmlID));
xmlMalloc        2928 third_party/libxml/src/valid.c     ret = (xmlRefPtr) xmlMalloc(sizeof(xmlRef));
xmlMalloc        3210 third_party/libxml/src/valid.c 	cur = (xmlElementPtr) xmlMalloc(sizeof(xmlElement));
xmlMalloc        5327 third_party/libxml/src/valid.c     ctxt->vstateTab = (xmlValidState *) xmlMalloc(
xmlMalloc        5384 third_party/libxml/src/valid.c 		    tmp = (xmlNodePtr) xmlMalloc(sizeof(xmlNode));
xmlMalloc         230 third_party/libxml/src/xinclude.c     ret = (xmlXIncludeRefPtr) xmlMalloc(sizeof(xmlXIncludeRef));
xmlMalloc         248 third_party/libxml/src/xinclude.c         ctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(ctxt->incMax *
xmlMalloc         287 third_party/libxml/src/xinclude.c     ret = (xmlXIncludeCtxtPtr) xmlMalloc(sizeof(xmlXIncludeCtxt));
xmlMalloc         324 third_party/libxml/src/xinclude.c 	ctxt->urlTab = (xmlChar * *) xmlMalloc(
xmlMalloc         693 third_party/libxml/src/xinclude.c         newctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(newctxt->incMax *
xmlMalloc         762 third_party/libxml/src/xinclude.c         ctxt->txtTab = (xmlNodePtr *) xmlMalloc(ctxt->txtMax *
xmlMalloc         768 third_party/libxml/src/xinclude.c         ctxt->txturlTab = (xmlURL *) xmlMalloc(ctxt->txtMax *
xmlMalloc         226 third_party/libxml/src/xmlIO.c             wString = xmlMalloc(wLen * sizeof(wchar_t));
xmlMalloc        1438 third_party/libxml/src/xmlIO.c     buff = xmlMalloc( sizeof( xmlZMemBuff ) );
xmlMalloc        1446 third_party/libxml/src/xmlIO.c     buff->zbuff = xmlMalloc( buff->size );
xmlMalloc        1740 third_party/libxml/src/xmlIO.c     ctxt = xmlMalloc(sizeof(xmlIOHTTPWriteCtxt));
xmlMalloc        2275 third_party/libxml/src/xmlIO.c     ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer));
xmlMalloc        2314 third_party/libxml/src/xmlIO.c     ret = (xmlOutputBufferPtr) xmlMalloc(sizeof(xmlOutputBuffer));
xmlMalloc        2364 third_party/libxml/src/xmlIO.c     ret = (xmlOutputBufferPtr) xmlMalloc(sizeof(xmlOutputBuffer));
xmlMalloc        2882 third_party/libxml/src/xmlIO.c     ret = (xmlParserInputBufferPtr) xmlMalloc(sizeof(xmlParserInputBuffer));
xmlMalloc          66 third_party/libxml/src/xmlmemory.c #ifdef xmlMalloc
xmlMalloc        1013 third_party/libxml/src/xmlmemory.c     xmlMalloc = mallocFunc;
xmlMalloc        1039 third_party/libxml/src/xmlmemory.c     if (mallocFunc != NULL) *mallocFunc = xmlMalloc;
xmlMalloc        1082 third_party/libxml/src/xmlmemory.c     xmlMalloc = mallocFunc;
xmlMalloc        1112 third_party/libxml/src/xmlmemory.c     if (mallocFunc != NULL) *mallocFunc = xmlMalloc;
xmlMalloc          73 third_party/libxml/src/xmlmodule.c     module = (xmlModulePtr) xmlMalloc(sizeof(xmlModule));
xmlMalloc         586 third_party/libxml/src/xmlreader.c 	reader->entTab = (xmlNodePtr *) xmlMalloc(reader->entMax *
xmlMalloc        2040 third_party/libxml/src/xmlreader.c     ret = xmlMalloc(sizeof(xmlTextReader));
xmlMalloc        2059 third_party/libxml/src/xmlreader.c     ret->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler));
xmlMalloc        3949 third_party/libxml/src/xmlreader.c 	reader->patternTab = (xmlPatternPtr *) xmlMalloc(reader->patternMax *
xmlMalloc        4968 third_party/libxml/src/xmlreader.c 	reader->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler));
xmlMalloc        5159 third_party/libxml/src/xmlreader.c     ret = xmlMalloc(sizeof(xmlTextReader));
xmlMalloc         429 third_party/libxml/src/xmlregexp.c     ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp));
xmlMalloc         470 third_party/libxml/src/xmlregexp.c 	stateRemap = xmlMalloc(ret->nbStates * sizeof(int));
xmlMalloc         487 third_party/libxml/src/xmlregexp.c 	stringMap = xmlMalloc(ret->nbAtoms * sizeof(char *));
xmlMalloc         494 third_party/libxml/src/xmlregexp.c 	stringRemap = xmlMalloc(ret->nbAtoms * sizeof(int));
xmlMalloc         539 third_party/libxml/src/xmlregexp.c 	transitions = (int *) xmlMalloc((nbstates + 1) *
xmlMalloc         574 third_party/libxml/src/xmlregexp.c 		    transdata = (void **) xmlMalloc(nbstates * nbatoms *
xmlMalloc         684 third_party/libxml/src/xmlregexp.c     ret = (xmlRegParserCtxtPtr) xmlMalloc(sizeof(xmlRegParserCtxt));
xmlMalloc         715 third_party/libxml/src/xmlregexp.c     ret = (xmlRegRangePtr) xmlMalloc(sizeof(xmlRegRange));
xmlMalloc         786 third_party/libxml/src/xmlregexp.c     ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom));
xmlMalloc         838 third_party/libxml/src/xmlregexp.c     ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom));
xmlMalloc         851 third_party/libxml/src/xmlregexp.c         ret->ranges = (xmlRegRangePtr *) xmlMalloc(sizeof(xmlRegRangePtr) *
xmlMalloc         875 third_party/libxml/src/xmlregexp.c     ret = (xmlRegStatePtr) xmlMalloc(sizeof(xmlRegState));
xmlMalloc        1228 third_party/libxml/src/xmlregexp.c 	atom->ranges = (xmlRegRangePtr *) xmlMalloc(atom->maxRanges *
xmlMalloc        1259 third_party/libxml/src/xmlregexp.c 	ctxt->counters = (xmlRegCounter *) xmlMalloc(ctxt->maxCounters *
xmlMalloc        1291 third_party/libxml/src/xmlregexp.c 	ctxt->atoms = (xmlRegAtomPtr *) xmlMalloc(ctxt->maxAtoms *
xmlMalloc        1320 third_party/libxml/src/xmlregexp.c 	target->transTo = (int *) xmlMalloc(target->maxTransTo *
xmlMalloc        1380 third_party/libxml/src/xmlregexp.c 	state->trans = (xmlRegTrans *) xmlMalloc(state->maxTrans *
xmlMalloc        1427 third_party/libxml/src/xmlregexp.c 	ctxt->states = (xmlRegStatePtr *) xmlMalloc(ctxt->maxStates *
xmlMalloc        3094 third_party/libxml/src/xmlregexp.c 	exec->rollbacks = (xmlRegExecRollback *) xmlMalloc(exec->maxRollbacks *
xmlMalloc        3125 third_party/libxml/src/xmlregexp.c 		xmlMalloc(exec->comp->nbCounters * sizeof(int));
xmlMalloc        3194 third_party/libxml/src/xmlregexp.c 	exec->counts = (int *) xmlMalloc(comp->nbCounters * sizeof(int));
xmlMalloc        3496 third_party/libxml/src/xmlregexp.c     exec = (xmlRegExecCtxtPtr) xmlMalloc(sizeof(xmlRegExecCtxt));
xmlMalloc        3521 third_party/libxml/src/xmlregexp.c 	exec->counts = (int *) xmlMalloc(comp->nbCounters * sizeof(int)
xmlMalloc        3589 third_party/libxml/src/xmlregexp.c 	    xmlMalloc(exec->inputStackMax * sizeof(xmlRegInputToken));
xmlMalloc        6348 third_party/libxml/src/xmlregexp.c     ret = (xmlExpCtxtPtr) xmlMalloc(sizeof(xmlExpCtxt));
xmlMalloc        6355 third_party/libxml/src/xmlregexp.c     ret->table = xmlMalloc(size * sizeof(xmlExpNodePtr));
xmlMalloc        6520 third_party/libxml/src/xmlregexp.c     ret = (xmlExpNodePtr) xmlMalloc(sizeof(xmlExpNode));
xmlMalloc        7678 third_party/libxml/src/xmlregexp.c     tab = (const xmlChar **) xmlMalloc(ctxt->tabSize *
xmlMalloc         380 third_party/libxml/src/xmlsave.c     ret = (xmlSaveCtxtPtr) xmlMalloc(sizeof(xmlSaveCtxt));
xmlMalloc        2032 third_party/libxml/src/xmlsave.c     outbuf = (xmlOutputBufferPtr) xmlMalloc(sizeof(xmlOutputBuffer));
xmlMalloc        3236 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaPtr) xmlMalloc(sizeof(xmlSchema));
xmlMalloc        3260 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaFacetPtr) xmlMalloc(sizeof(xmlSchemaFacet));
xmlMalloc        3283 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaAnnotPtr) xmlMalloc(sizeof(xmlSchemaAnnot));
xmlMalloc        3298 third_party/libxml/src/xmlschemas.c     ret = xmlMalloc(sizeof(xmlSchemaItemList));
xmlMalloc        3323 third_party/libxml/src/xmlschemas.c 	list->items = (void **) xmlMalloc(
xmlMalloc        3352 third_party/libxml/src/xmlschemas.c 	list->items = (void **) xmlMalloc(
xmlMalloc        3377 third_party/libxml/src/xmlschemas.c 	list->items = (void **) xmlMalloc(
xmlMalloc        3419 third_party/libxml/src/xmlschemas.c 	list->items = (void **) xmlMalloc(
xmlMalloc        3544 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaBucketPtr) xmlMalloc(size);
xmlMalloc        5115 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaNotationPtr) xmlMalloc(sizeof(xmlSchemaNotation));
xmlMalloc        5152 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaAttributePtr) xmlMalloc(sizeof(xmlSchemaAttribute));
xmlMalloc        5192 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaAttributeUsePtr) xmlMalloc(sizeof(xmlSchemaAttributeUse));
xmlMalloc        5221 third_party/libxml/src/xmlschemas.c 	xmlMalloc(sizeof(xmlSchemaRedef));
xmlMalloc        5266 third_party/libxml/src/xmlschemas.c         xmlMalloc(sizeof(xmlSchemaAttributeGroup));
xmlMalloc        5315 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaElementPtr) xmlMalloc(sizeof(xmlSchemaElement));
xmlMalloc        5357 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaTypePtr) xmlMalloc(sizeof(xmlSchemaType));
xmlMalloc        5393 third_party/libxml/src/xmlschemas.c 	xmlMalloc(sizeof(xmlSchemaQNameRef));
xmlMalloc        5418 third_party/libxml/src/xmlschemas.c 	xmlMalloc(sizeof(xmlSchemaAttributeUseProhib));
xmlMalloc        5455 third_party/libxml/src/xmlschemas.c 	xmlMalloc(sizeof(xmlSchemaModelGroup));
xmlMalloc        5497 third_party/libxml/src/xmlschemas.c 	xmlMalloc(sizeof(xmlSchemaParticle));
xmlMalloc        5544 third_party/libxml/src/xmlschemas.c 	xmlMalloc(sizeof(xmlSchemaModelGroupDef));
xmlMalloc        5583 third_party/libxml/src/xmlschemas.c 	xmlMalloc(sizeof(xmlSchemaWildcardNs));
xmlMalloc        5603 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaIDCPtr) xmlMalloc(sizeof(xmlSchemaIDC));
xmlMalloc        5644 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard));
xmlMalloc        5679 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaSubstGroupPtr) xmlMalloc(sizeof(xmlSchemaSubstGroup));
xmlMalloc        8028 third_party/libxml/src/xmlschemas.c 	    nsArray = (const xmlChar **) xmlMalloc(
xmlMalloc        8217 third_party/libxml/src/xmlschemas.c     item = (xmlSchemaIDCSelectPtr) xmlMalloc(sizeof(xmlSchemaIDCSelect));
xmlMalloc        8901 third_party/libxml/src/xmlschemas.c 		    xmlMalloc(sizeof(xmlSchemaTypeLink));
xmlMalloc        9835 third_party/libxml/src/xmlschemas.c 	xmlMalloc(sizeof(xmlSchemaSchemaRelation));
xmlMalloc        9893 third_party/libxml/src/xmlschemas.c 	xmlMalloc(sizeof(xmlSchemaConstructionCtxt));
xmlMalloc        9925 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaParserCtxtPtr) xmlMalloc(sizeof(xmlSchemaParserCtxt));
xmlMalloc        11686 third_party/libxml/src/xmlschemas.c 		    xmlMalloc(sizeof(xmlSchemaFacetLink));
xmlMalloc        13305 third_party/libxml/src/xmlschemas.c 	link = (xmlSchemaTypeLinkPtr) xmlMalloc(sizeof(xmlSchemaTypeLink));
xmlMalloc        17703 third_party/libxml/src/xmlschemas.c 		xmlMalloc(sizeof(xmlSchemaFacetLink));
xmlMalloc        17757 third_party/libxml/src/xmlschemas.c 			    xmlMalloc(sizeof(xmlSchemaTypeLink));
xmlMalloc        21957 third_party/libxml/src/xmlschemas.c     aidc = (xmlSchemaIDCAugPtr) xmlMalloc(sizeof(xmlSchemaIDCAug));
xmlMalloc        22008 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaPSVIIDCBindingPtr) xmlMalloc(
xmlMalloc        22040 third_party/libxml/src/xmlschemas.c 	    xmlMalloc(20 * sizeof(xmlSchemaPSVIIDCNodePtr));
xmlMalloc        22081 third_party/libxml/src/xmlschemas.c 	    xmlMalloc(40 * sizeof(xmlSchemaPSVIIDCKeyPtr));
xmlMalloc        22120 third_party/libxml/src/xmlschemas.c 	    xmlMalloc(10 * sizeof(xmlSchemaPSVIIDCNodePtr));
xmlMalloc        22374 third_party/libxml/src/xmlschemas.c 	sto = (xmlSchemaIDCStateObjPtr) xmlMalloc(sizeof(xmlSchemaIDCStateObj));
xmlMalloc        22489 third_party/libxml/src/xmlschemas.c 	    sto->history = (int *) xmlMalloc(5 * sizeof(int));
xmlMalloc        22772 third_party/libxml/src/xmlschemas.c 			xmlMalloc(matcher->sizeKeySeqs *
xmlMalloc        22840 third_party/libxml/src/xmlschemas.c 		keySeq = (xmlSchemaPSVIIDCKeyPtr *) xmlMalloc(
xmlMalloc        22856 third_party/libxml/src/xmlschemas.c 		    key = (xmlSchemaPSVIIDCKeyPtr) xmlMalloc(
xmlMalloc        23010 third_party/libxml/src/xmlschemas.c 	    ntItem = (xmlSchemaPSVIIDCNodePtr) xmlMalloc(
xmlMalloc        23227 third_party/libxml/src/xmlschemas.c 		xmlMalloc(sizeof(xmlSchemaIDCMatcher));
xmlMalloc        23637 third_party/libxml/src/xmlschemas.c 				xmlMalloc(10 * sizeof(xmlSchemaPSVIIDCNodePtr));
xmlMalloc        23701 third_party/libxml/src/xmlschemas.c 			xmlMalloc(bind->nbNodes *
xmlMalloc        23882 third_party/libxml/src/xmlschemas.c 	    xmlMalloc(sizeof(xmlSchemaAttrInfoPtr));
xmlMalloc        23913 third_party/libxml/src/xmlschemas.c 	xmlMalloc(sizeof(xmlSchemaAttrInfo));
xmlMalloc        24064 third_party/libxml/src/xmlschemas.c 	    xmlMalloc(10 * sizeof(xmlSchemaNodeInfoPtr));
xmlMalloc        24095 third_party/libxml/src/xmlschemas.c 	    xmlMalloc(sizeof(xmlSchemaNodeInfo));
xmlMalloc        27286 third_party/libxml/src/xmlschemas.c 		    (const xmlChar **) xmlMalloc(10 *
xmlMalloc        27433 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaValidCtxtPtr) xmlMalloc(sizeof(xmlSchemaValidCtxt));
xmlMalloc        28485 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaSAXPlugPtr) xmlMalloc(sizeof(xmlSchemaSAXPlugStruct));
xmlMalloc         225 third_party/libxml/src/xmlschemastypes.c     value = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal));
xmlMalloc         261 third_party/libxml/src/xmlschemastypes.c     ret = (xmlSchemaTypePtr) xmlMalloc(sizeof(xmlSchemaType));
xmlMalloc         369 third_party/libxml/src/xmlschemastypes.c 	xmlMalloc(sizeof(xmlSchemaParticle));
xmlMalloc         417 third_party/libxml/src/xmlschemastypes.c 	    xmlMalloc(sizeof(xmlSchemaModelGroup));
xmlMalloc         433 third_party/libxml/src/xmlschemastypes.c 	wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard));
xmlMalloc         446 third_party/libxml/src/xmlschemastypes.c 	wild = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard));
xmlMalloc         943 third_party/libxml/src/xmlschemastypes.c     val = (xmlSchemaValPtr) xmlMalloc(sizeof(xmlSchemaVal));
xmlMalloc        5731 third_party/libxml/src/xmlschemastypes.c 		buf = xmlMalloc(bufsize);
xmlMalloc        5806 third_party/libxml/src/xmlschemastypes.c 		*retValue = xmlMalloc(bufsize);
xmlMalloc        5884 third_party/libxml/src/xmlschemastypes.c 		*retValue = xmlMalloc(6);
xmlMalloc        5894 third_party/libxml/src/xmlschemastypes.c 		*retValue = xmlMalloc(6);
xmlMalloc        5904 third_party/libxml/src/xmlschemastypes.c 		*retValue = xmlMalloc(8);
xmlMalloc         495 third_party/libxml/src/xmlstring.c     ret = (xmlChar *) xmlMalloc((size + len + 1) * sizeof(xmlChar));
xmlMalloc         177 third_party/libxml/src/xmlwriter.c     ret = (xmlTextWriterPtr) xmlMalloc(sizeof(xmlTextWriter));
xmlMalloc         771 third_party/libxml/src/xmlwriter.c         xmlMalloc(sizeof(xmlTextWriterStackEntry));
xmlMalloc        1003 third_party/libxml/src/xmlwriter.c         xmlMalloc(sizeof(xmlTextWriterStackEntry));
xmlMalloc        1078 third_party/libxml/src/xmlwriter.c         xmlMalloc(sizeof(xmlTextWriterNsStackEntry));
xmlMalloc        1868 third_party/libxml/src/xmlwriter.c                 xmlMalloc(sizeof(xmlTextWriterNsStackEntry));
xmlMalloc        2426 third_party/libxml/src/xmlwriter.c         xmlMalloc(sizeof(xmlTextWriterStackEntry));
xmlMalloc        2661 third_party/libxml/src/xmlwriter.c         xmlMalloc(sizeof(xmlTextWriterStackEntry));
xmlMalloc        2846 third_party/libxml/src/xmlwriter.c         xmlMalloc(sizeof(xmlTextWriterStackEntry));
xmlMalloc        3188 third_party/libxml/src/xmlwriter.c         xmlMalloc(sizeof(xmlTextWriterStackEntry));
xmlMalloc        3425 third_party/libxml/src/xmlwriter.c         xmlMalloc(sizeof(xmlTextWriterStackEntry));
xmlMalloc        3664 third_party/libxml/src/xmlwriter.c         xmlMalloc(sizeof(xmlTextWriterStackEntry));
xmlMalloc        4471 third_party/libxml/src/xmlwriter.c     buf = (xmlChar *) xmlMalloc(size);
xmlMalloc        4484 third_party/libxml/src/xmlwriter.c         buf = (xmlChar *) xmlMalloc(size);
xmlMalloc         422 third_party/libxml/src/xpath.c 	list->items = (void **) xmlMalloc(
xmlMalloc         458 third_party/libxml/src/xpath.c     ret = xmlMalloc(sizeof(xmlPointerList));
xmlMalloc         623 third_party/libxml/src/xpath.c     cur = (xmlXPathCompExprPtr) xmlMalloc(sizeof(xmlXPathCompExpr));
xmlMalloc         631 third_party/libxml/src/xpath.c     cur->steps = (xmlXPathStepOp *) xmlMalloc(cur->maxStep *
xmlMalloc        1795 third_party/libxml/src/xpath.c     ret = (xmlXPathContextCachePtr) xmlMalloc(sizeof(xmlXPathContextCache));
xmlMalloc        3334 third_party/libxml/src/xpath.c     cur = (xmlNsPtr) xmlMalloc(sizeof(xmlNs));
xmlMalloc        3383 third_party/libxml/src/xpath.c     ret = (xmlNodeSetPtr) xmlMalloc(sizeof(xmlNodeSet));
xmlMalloc        3390 third_party/libxml/src/xpath.c         ret->nodeTab = (xmlNodePtr *) xmlMalloc(XML_NODESET_DEFAULT *
xmlMalloc        3423 third_party/libxml/src/xpath.c     ret = (xmlNodeSetPtr) xmlMalloc(sizeof(xmlNodeSet));
xmlMalloc        3431 third_party/libxml/src/xpath.c     ret->nodeTab = (xmlNodePtr *) xmlMalloc(size * sizeof(xmlNodePtr));
xmlMalloc        3513 third_party/libxml/src/xpath.c         cur->nodeTab = (xmlNodePtr *) xmlMalloc(XML_NODESET_DEFAULT *
xmlMalloc        3566 third_party/libxml/src/xpath.c         cur->nodeTab = (xmlNodePtr *) xmlMalloc(XML_NODESET_DEFAULT *
xmlMalloc        3618 third_party/libxml/src/xpath.c         cur->nodeTab = (xmlNodePtr *) xmlMalloc(XML_NODESET_DEFAULT *
xmlMalloc        3729 third_party/libxml/src/xpath.c 	    val1->nodeTab = (xmlNodePtr *) xmlMalloc(XML_NODESET_DEFAULT *
xmlMalloc        3791 third_party/libxml/src/xpath.c 	    val1->nodeTab = (xmlNodePtr *) xmlMalloc(XML_NODESET_DEFAULT *
xmlMalloc        3898 third_party/libxml/src/xpath.c 		set1->nodeTab = (xmlNodePtr *) xmlMalloc(
xmlMalloc        3982 third_party/libxml/src/xpath.c 		set1->nodeTab = (xmlNodePtr *) xmlMalloc(
xmlMalloc        4226 third_party/libxml/src/xpath.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc        4255 third_party/libxml/src/xpath.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc        4312 third_party/libxml/src/xpath.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc        5105 third_party/libxml/src/xpath.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc        5131 third_party/libxml/src/xpath.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc        5157 third_party/libxml/src/xpath.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc        5186 third_party/libxml/src/xpath.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc        5212 third_party/libxml/src/xpath.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc        5251 third_party/libxml/src/xpath.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc        5280 third_party/libxml/src/xpath.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc        5995 third_party/libxml/src/xpath.c     ret = (xmlXPathContextPtr) xmlMalloc(sizeof(xmlXPathContext));
xmlMalloc        6103 third_party/libxml/src/xpath.c     ret = (xmlXPathParserContextPtr) xmlMalloc(sizeof(xmlXPathParserContext));
xmlMalloc        6139 third_party/libxml/src/xpath.c     ret = (xmlXPathParserContextPtr) xmlMalloc(sizeof(xmlXPathParserContext));
xmlMalloc        6148 third_party/libxml/src/xpath.c                      xmlMalloc(10 * sizeof(xmlXPathObjectPtr));
xmlMalloc        6505 third_party/libxml/src/xpath.c     values2 = (double *) xmlMalloc(ns2->nodeNr * sizeof(double));
xmlMalloc        6759 third_party/libxml/src/xpath.c     values1 = (xmlChar **) xmlMalloc(ns1->nodeNr * sizeof(xmlChar *));
xmlMalloc        6764 third_party/libxml/src/xpath.c     hashs1 = (unsigned int *) xmlMalloc(ns1->nodeNr * sizeof(unsigned int));
xmlMalloc        6771 third_party/libxml/src/xpath.c     values2 = (xmlChar **) xmlMalloc(ns2->nodeNr * sizeof(xmlChar *));
xmlMalloc        6778 third_party/libxml/src/xpath.c     hashs2 = (unsigned int *) xmlMalloc(ns2->nodeNr * sizeof(unsigned int));
xmlMalloc        14320 third_party/libxml/src/xpath.c 			 xmlMalloc(10 * sizeof(xmlXPathObjectPtr));
xmlMalloc        14517 third_party/libxml/src/xpath.c 		namespaces = xmlMalloc(2 * (ctxt->nsNr + 1) * sizeof(xmlChar*));
xmlMalloc         252 third_party/libxml/src/xpointer.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc         347 third_party/libxml/src/xpointer.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc         384 third_party/libxml/src/xpointer.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc         419 third_party/libxml/src/xpointer.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc         456 third_party/libxml/src/xpointer.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc         489 third_party/libxml/src/xpointer.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc         519 third_party/libxml/src/xpointer.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc         566 third_party/libxml/src/xpointer.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc         611 third_party/libxml/src/xpointer.c     ret = (xmlLocationSetPtr) xmlMalloc(sizeof(xmlLocationSet));
xmlMalloc         618 third_party/libxml/src/xpointer.c         ret->locTab = (xmlXPathObjectPtr *) xmlMalloc(XML_RANGESET_DEFAULT *
xmlMalloc         661 third_party/libxml/src/xpointer.c         cur->locTab = (xmlXPathObjectPtr *) xmlMalloc(XML_RANGESET_DEFAULT *
xmlMalloc         796 third_party/libxml/src/xpointer.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc         823 third_party/libxml/src/xpointer.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc         859 third_party/libxml/src/xpointer.c     ret = (xmlXPathObjectPtr) xmlMalloc(sizeof(xmlXPathObject));
xmlMalloc        1257 third_party/libxml/src/xpointer.c 			 xmlMalloc(10 * sizeof(xmlXPathObjectPtr));
xmlMalloc         662 third_party/libxslt/libexslt/date.c     ret = (exsltDateValPtr) xmlMalloc(sizeof(exsltDateVal));
xmlMalloc         150 third_party/libxslt/libexslt/functions.c     ret = (exsltFuncData *) xmlMalloc (sizeof(exsltFuncData));
xmlMalloc         238 third_party/libxslt/libexslt/functions.c     ret = (exsltFuncFunctionData *) xmlMalloc (sizeof(exsltFuncFunctionData));
xmlMalloc         363 third_party/libxslt/libexslt/functions.c 	    savedObj = xmlMalloc(sizeof(struct objChain));
xmlMalloc         607 third_party/libxslt/libexslt/functions.c 	xmlMalloc (sizeof(exsltFuncResultPreComp));
xmlMalloc         112 third_party/libxslt/libxslt/attributes.c     cur = (xsltAttrElemPtr) xmlMalloc(sizeof(xsltAttrElem));
xmlMalloc          66 third_party/libxslt/libxslt/attrvt.c     cur = (xsltAttrVTPtr) xmlMalloc(sizeof(xsltAttrVT));
xmlMalloc         147 third_party/libxslt/libxslt/documents.c     cur = (xsltDocumentPtr) xmlMalloc(sizeof(xsltDocument));
xmlMalloc         186 third_party/libxslt/libxslt/documents.c     cur = (xsltDocumentPtr) xmlMalloc(sizeof(xsltDocument));
xmlMalloc         111 third_party/libxslt/libxslt/extensions.c     cur = (xsltExtDefPtr) xmlMalloc(sizeof(xsltExtDef));
xmlMalloc         180 third_party/libxslt/libxslt/extensions.c     cur = (xsltExtModulePtr) xmlMalloc(sizeof(xsltExtModule));
xmlMalloc         223 third_party/libxslt/libxslt/extensions.c     cur = (xsltExtDataPtr) xmlMalloc(sizeof(xsltExtData));
xmlMalloc         267 third_party/libxslt/libxslt/extensions.c     cur = (xsltExtElementPtr) xmlMalloc(sizeof(xsltExtElement));
xmlMalloc        1505 third_party/libxslt/libxslt/extensions.c     cur = (xsltElemPreCompPtr) xmlMalloc(sizeof(xsltElemPreComp));
xmlMalloc          58 third_party/libxslt/libxslt/keys.c     cur = (xsltKeyDefPtr) xmlMalloc(sizeof(xsltKeyDef));
xmlMalloc         131 third_party/libxslt/libxslt/keys.c     cur = (xsltKeyTablePtr) xmlMalloc(sizeof(xsltKeyTable));
xmlMalloc          67 third_party/libxslt/libxslt/namespaces.c     ret = (xsltNsAliasPtr) xmlMalloc(sizeof(xsltNsAlias));
xmlMalloc         146 third_party/libxslt/libxslt/pattern.c     cur = (xsltCompMatchPtr) xmlMalloc(sizeof(xsltCompMatch));
xmlMalloc         155 third_party/libxslt/libxslt/pattern.c     cur-> steps = (xsltStepOpPtr) xmlMalloc(sizeof(xsltStepOp) *
xmlMalloc         254 third_party/libxslt/libxslt/pattern.c     cur = (xsltParserContextPtr) xmlMalloc(sizeof(xsltParserContext));
xmlMalloc         483 third_party/libxslt/libxslt/pattern.c 	states->states = xmlMalloc(4 * sizeof(xsltStepState));
xmlMalloc         292 third_party/libxslt/libxslt/preproc.c     cur = (xsltStylePreCompPtr) xmlMalloc(size);
xmlMalloc         305 third_party/libxslt/libxslt/preproc.c     cur = (xsltStylePreCompPtr) xmlMalloc(sizeof(xsltStylePreComp));
xmlMalloc          94 third_party/libxslt/libxslt/security.c     ret = (xsltSecurityPrefsPtr) xmlMalloc(sizeof(xsltSecurityPrefs));
xmlMalloc         121 third_party/libxslt/libxslt/transform.c             (xsltTemplatePtr *) xmlMalloc(ctxt->templMax *
xmlMalloc         246 third_party/libxslt/libxslt/transform.c             (long *) xmlMalloc(ctxt->profMax * sizeof(ctxt->profTab[0]));
xmlMalloc         356 third_party/libxslt/libxslt/transform.c     ret = (xsltTransformCachePtr) xmlMalloc(sizeof(xsltTransformCache));
xmlMalloc         424 third_party/libxslt/libxslt/transform.c     cur = (xsltTransformContextPtr) xmlMalloc(sizeof(xsltTransformContext));
xmlMalloc         450 third_party/libxslt/libxslt/transform.c 	        xmlMalloc(10 * sizeof(xsltTemplatePtr));
xmlMalloc         464 third_party/libxslt/libxslt/transform.c 	        xmlMalloc(10 * sizeof(xsltStackElemPtr));
xmlMalloc         502 third_party/libxslt/libxslt/transform.c 	    xmlMalloc(cur->extrasMax * sizeof(xsltRuntimeExtra));
xmlMalloc        2107 third_party/libxslt/libxslt/transform.c 	    (xsltStackElemPtr *) xmlMalloc(ctxt->varsMax *
xmlMalloc         490 third_party/libxslt/libxslt/variables.c     ret = (xsltStackElemPtr) xmlMalloc(sizeof(xsltStackElem));
xmlMalloc         513 third_party/libxslt/libxslt/variables.c     cur = (xsltStackElemPtr) xmlMalloc(sizeof(xsltStackElem));
xmlMalloc         735 third_party/libxslt/libxslt/variables.c 		(xsltStackElemPtr *) xmlMalloc(ctxt->varsMax *
xmlMalloc         162 third_party/libxslt/libxslt/xslt.c             (xmlChar * *)xmlMalloc(style->exclPrefixMax *
xmlMalloc         280 third_party/libxslt/libxslt/xslt.c     self = xmlMalloc(sizeof(xsltDecimalFormat));
xmlMalloc         388 third_party/libxslt/libxslt/xslt.c     cur = (xsltTemplatePtr) xmlMalloc(sizeof(xsltTemplate));
xmlMalloc         481 third_party/libxslt/libxslt/xslt.c     ret = (xsltNsMapPtr) xmlMalloc(sizeof(xsltNsMap));
xmlMalloc         577 third_party/libxslt/libxslt/xslt.c     ret = (xsltCompilerCtxtPtr) xmlMalloc(sizeof(xsltCompilerCtxt));
xmlMalloc         684 third_party/libxslt/libxslt/xslt.c 	xmlMalloc(sizeof(xsltPrincipalStylesheetData));
xmlMalloc         731 third_party/libxslt/libxslt/xslt.c     ret = (xsltStylesheetPtr) xmlMalloc(sizeof(xsltStylesheet));
xmlMalloc         801 third_party/libxslt/libxslt/xslt.c 		xmlMalloc(ctxt->extrasMax * sizeof(xsltRuntimeExtra));
xmlMalloc        1088 third_party/libxslt/libxslt/xslt.c                         (xmlNsPtr *) xmlMalloc((maxns + 1) *
xmlMalloc        1763 third_party/libxslt/libxslt/xslt.c 	ns = (xmlNsPtr) xmlMalloc(sizeof(xmlNs));
xmlMalloc        2153 third_party/libxslt/libxslt/xslt.c 	effNs = (xsltEffectiveNsPtr) xmlMalloc(sizeof(xsltEffectiveNs));
xmlMalloc        2205 third_party/libxslt/libxslt/xslt.c 	xmlMalloc(sizeof(xsltStyleItemLRElementInfo));
xmlMalloc        2256 third_party/libxslt/libxslt/xslt.c 	ivar = (xsltVarInfoPtr) xmlMalloc(sizeof(xsltVarInfo));
xmlMalloc        2323 third_party/libxslt/libxslt/xslt.c 	    xmlMalloc(sizeof(xsltCompilerNodeInfo));
xmlMalloc        2519 third_party/libxslt/libxslt/xslt.c 			xmlMalloc(sizeof(xsltNsListContainer));
xmlMalloc        2528 third_party/libxslt/libxslt/xslt.c                         (xmlNsPtr *) xmlMalloc(maxns * sizeof(xmlNsPtr));
xmlMalloc        4245 third_party/libxslt/libxslt/xslt.c     item = (xsltStyleItemUknownPtr) xmlMalloc(sizeof(xsltStyleItemUknown));
xmlMalloc        5438 third_party/libxslt/libxslt/xslt.c     item = (xsltStyleItemIncludePtr) xmlMalloc(sizeof(xsltStyleItemInclude));
xmlMalloc         365 third_party/libxslt/libxslt/xsltlocale.c     xstr = (xsltLocaleChar *) xmlMalloc(xstrlen);
xmlMalloc         381 third_party/libxslt/libxslt/xsltlocale.c     xstr = (xsltLocaleChar*) xmlMalloc(xstrlen * sizeof(xsltLocaleChar));
xmlMalloc         502 third_party/libxslt/libxslt/xsltlocale.c 	xsltLocaleList = xmlMalloc(len);
xmlMalloc         324 third_party/libxslt/libxslt/xsltutils.c 	list->items = (void **) xmlMalloc(
xmlMalloc         361 third_party/libxslt/libxslt/xsltutils.c     ret = xmlMalloc(sizeof(xsltPointerList));
xmlMalloc         479 third_party/libxslt/libxslt/xsltutils.c     str = (char *) xmlMalloc(150);				\
xmlMalloc         992 third_party/libxslt/libxslt/xsltutils.c     results = xmlMalloc(len * sizeof(xmlXPathObjectPtr));
xmlMalloc        1899 third_party/libxslt/libxslt/xsltutils.c     templates = xmlMalloc(max * sizeof(xsltTemplatePtr));
xmlMalloc        2019 third_party/libxslt/libxslt/xsltutils.c         (xsltTemplatePtr *) xmlMalloc(max * sizeof(xsltTemplatePtr));