MALLOC
#ifdef MALLOC
extern Char *MALLOC ANSI((size_t));
rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
rv = (Bigint*)MALLOC(len*sizeof(double));
parser->m_atts = MALLOC(parser, parser->m_attsSize * sizeof(ATTRIBUTE));
parser->m_attInfo = MALLOC(parser, parser->m_attsSize * sizeof(XML_AttrInfo));
parser->m_dataBuf = MALLOC(parser, INIT_DATA_BUF_SIZE * sizeof(XML_Char));
tag = MALLOC(parser, sizeof(TAG));
tag->buf.raw = MALLOC(parser, INIT_TAG_BUF_SIZE);
uri = MALLOC(parser, (n + EXPAND_SPARE) * sizeof(XML_Char));
b = MALLOC(parser, sizeof(BINDING));
b->uri = MALLOC(parser, sizeof(XML_Char) * (len + EXPAND_SPARE));
parser->m_unknownEncodingMem = MALLOC(parser, XmlSizeOfUnknownEncoding());
parser->m_groupConnector = MALLOC(parser, parser->m_groupSize = 32);
openEntity = MALLOC(parser, sizeof(OPEN_INTERNAL_ENTITY));
= MALLOC(parser, type->allocDefaultAtts * sizeof(DEFAULT_ATTRIBUTE));
DTD *p = MALLOC(parser, sizeof(DTD));
= MALLOC(parser, oldE->nDefaultAtts * sizeof(DEFAULT_ATTRIBUTE));
table->v = MALLOC(table->parser, tsize);
NAMED **newV = MALLOC(table->parser, tsize);
table->v[i] = MALLOC(table->parser, createSize);
tem = MALLOC(pool->parser, bytesToAllocate);
dtd->scaffIndex = MALLOC(parser, parser->m_groupSize * sizeof(int));
temp = MALLOC(parser, INIT_SCAFFOLD_ELEMENTS * sizeof(CONTENT_SCAFFOLD));
result = MALLOC(parser, charsRequired * sizeof(XML_Char));
MALLOC(sp, tp->lb, tp->lb_len);
MALLOC(sp, sp->newl, len);
MALLOC(sp, copy, len + 1);
MALLOC(sp, sc->sh_prompt, len + 1);
MALLOC(sp, bp, (size_t)sb.st_size + 1);
MALLOC(sp, *ptrnp, plen + 1);
MALLOC(sp, tfp->name, len + 1);