Home
last modified time | relevance | path

Searched refs:malloc_fcn (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Modules/expat/
Dexpat.h219 void *(*malloc_fcn)(size_t size); member
Dxmlparse.c708 #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 …]
/third_party/skia/third_party/externals/expat/expat/lib/
Dexpat.h219 void *(*malloc_fcn)(size_t size); member
Dxmlparse.c708 #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 …]
/third_party/expat/
D02-backport-CVE-2022-22822-CVE-2022-22823-CVE-2022-22824-CVE-2022-22825-CVE-2022-22826-CVE-2022-22827.patch199 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize);