Searched refs:malloc_fcn (Results 1 – 5 of 5) sorted by relevance
219 void *(*malloc_fcn)(size_t size); member
708 #define MALLOC(parser, s) (parser->m_mem.malloc_fcn((s)))976 parser = (XML_Parser)memsuite->malloc_fcn(sizeof(struct XML_ParserStruct)); in parserCreate()979 mtemp->malloc_fcn = memsuite->malloc_fcn; in parserCreate()988 mtemp->malloc_fcn = malloc; in parserCreate()6391 DTD *p = (DTD *)ms->malloc_fcn(sizeof(DTD)); in dtdCreate()6564 newE->defaultAtts = (DEFAULT_ATTRIBUTE *)ms->malloc_fcn( in dtdCopy()6727 table->v = (NAMED **)table->mem->malloc_fcn(tsize); in lookup()6755 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize); in lookup()6784 table->v[i] = (NAMED *)table->mem->malloc_fcn(createSize); in lookup()7072 tem = (BLOCK *)pool->mem->malloc_fcn(bytesToAllocate); in poolGrow()[all …]
708 #define MALLOC(parser, s) (parser->m_mem.malloc_fcn((s)))976 parser = (XML_Parser)memsuite->malloc_fcn(sizeof(struct XML_ParserStruct)); in parserCreate()979 mtemp->malloc_fcn = memsuite->malloc_fcn; in parserCreate()988 mtemp->malloc_fcn = malloc; in parserCreate()6404 DTD *p = (DTD *)ms->malloc_fcn(sizeof(DTD)); in dtdCreate()6577 newE->defaultAtts = (DEFAULT_ATTRIBUTE *)ms->malloc_fcn( in dtdCopy()6740 table->v = (NAMED **)table->mem->malloc_fcn(tsize); in lookup()6768 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize); in lookup()6797 table->v[i] = (NAMED *)table->mem->malloc_fcn(createSize); in lookup()7085 tem = (BLOCK *)pool->mem->malloc_fcn(bytesToAllocate); in poolGrow()[all …]
199 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize);