Lines Matching refs:malloc_fcn
650 #define MALLOC(parser, s) (parser->m_mem.malloc_fcn((s)))
930 memsuite->malloc_fcn(sizeof(struct XML_ParserStruct)); in parserCreate()
933 mtemp->malloc_fcn = memsuite->malloc_fcn; in parserCreate()
943 mtemp->malloc_fcn = malloc; in parserCreate()
6337 DTD *p = (DTD *)ms->malloc_fcn(sizeof(DTD)); in dtdCreate()
6513 ms->malloc_fcn(oldE->nDefaultAtts * sizeof(DEFAULT_ATTRIBUTE)); in dtdCopy()
6688 table->v = (NAMED **)table->mem->malloc_fcn(tsize); in lookup()
6717 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize); in lookup()
6746 table->v[i] = (NAMED *)table->mem->malloc_fcn(createSize); in lookup()
7048 tem = (BLOCK *)pool->mem->malloc_fcn(bytesToAllocate); in poolGrow()
7211 result = memsuite->malloc_fcn(charsRequired * sizeof(XML_Char)); in copyString()