Home | History | Annotate | Download | only in expat

Lines Matching defs:allocsize

6384   int allocsize = (dtd->scaffCount * sizeof(XML_Content)
6387 ret = (XML_Content *)MALLOC(allocsize);