ZALLOC
ZALLOC(z,1,sizeof(struct internal_state))) == Z_NULL)
if ((s = (inflate_blocks_statef *)ZALLOC
if ((s->window = (Bytef *)ZALLOC(z, 1, w)) == Z_NULL)
if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL)
if ((q = (inflate_huft *)ZALLOC
ZALLOC(z,1,sizeof(struct inflate_codes_state))) != Z_NULL)
s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 2*sizeof(ush));
pset_sbag_s.bag = ZALLOC(sizeof (pset_statistic_bag_t));
line = ZALLOC(len);
line = ZALLOC(len);
pools = ZALLOC(sizeof (pool_t *) * (i + 1));
#define NEW0(p) ((p) = ZALLOC((long)sizeof (*(p))))
dst->ks_data = ZALLOC(src->ks_data_size);
sdp->sd_udata = ZALLOC(sizeof (pset_ud_t));
ds = (deflate_state *) ZALLOC(dest, 1, sizeof (deflate_state));
ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof (Byte));
ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof (Pos));
ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof (Pos));
overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof (ush)+2);
ZALLOC(z, 1, sizeof (struct internal_state))) == Z_NULL)
if ((s = (inflate_blocks_statef *)ZALLOC
s->hufts = (inflate_huft *)ZALLOC(z, MANY, sizeof (inflate_huft));
if ((s->window = (Bytef *)ZALLOC(z, 1, w)) == Z_NULL)
if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t,
if ((c = (uIntf*)ZALLOC(z, 288, sizeof (uInt))) == Z_NULL)
if ((v = (uIntf*)ZALLOC(z, 288, sizeof (uInt))) == Z_NULL)
ZALLOC(z, 1, sizeof (struct inflate_codes_state))) != Z_NULL)
s = (deflate_state *) ZALLOC(strm, 1, sizeof (deflate_state));
s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof (Byte));
s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof (Pos));
s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof (Pos));
overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof (ush)+2);