ZALLOC 271 other-licenses/zlib/deflate.c s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state)); ZALLOC 287 other-licenses/zlib/deflate.c s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); ZALLOC 288 other-licenses/zlib/deflate.c s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); ZALLOC 289 other-licenses/zlib/deflate.c s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos)); ZALLOC 293 other-licenses/zlib/deflate.c overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); ZALLOC 914 other-licenses/zlib/deflate.c ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state)); ZALLOC 920 other-licenses/zlib/deflate.c ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte)); ZALLOC 921 other-licenses/zlib/deflate.c ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos)); ZALLOC 922 other-licenses/zlib/deflate.c ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos)); ZALLOC 923 other-licenses/zlib/deflate.c overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); ZALLOC 49 other-licenses/zlib/infback.c state = (struct inflate_state FAR *)ZALLOC(strm, 1, ZALLOC 163 other-licenses/zlib/inflate.c ZALLOC(strm, 1, sizeof(struct inflate_state)); ZALLOC 335 other-licenses/zlib/inflate.c ZALLOC(strm, 1U << state->wbits, ZALLOC 1340 other-licenses/zlib/inflate.c ZALLOC(source, 1, sizeof(struct inflate_state)); ZALLOC 1345 other-licenses/zlib/inflate.c ZALLOC(source, 1U << state->wbits, sizeof(unsigned char));