Home | History | Annotate | Download | only in expat

Lines Matching refs:allocsize

7157   int allocsize = (dtd->scaffCount * sizeof(XML_Content)
7160 ret = (XML_Content *)MALLOC(parser, allocsize);