ZALLOC 266 third_party/zlib/deflate.c s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state)); ZALLOC 282 third_party/zlib/deflate.c s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); ZALLOC 283 third_party/zlib/deflate.c s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); ZALLOC 284 third_party/zlib/deflate.c s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos)); ZALLOC 293 third_party/zlib/deflate.c overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); ZALLOC 829 third_party/zlib/deflate.c s->class_bitmap = (Bytef*) ZALLOC(strm, s->w_size/4, sizeof(Byte)); ZALLOC 974 third_party/zlib/deflate.c ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state)); ZALLOC 980 third_party/zlib/deflate.c ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte)); ZALLOC 981 third_party/zlib/deflate.c ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos)); ZALLOC 982 third_party/zlib/deflate.c ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos)); ZALLOC 983 third_party/zlib/deflate.c overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); ZALLOC 49 third_party/zlib/infback.c state = (struct inflate_state FAR *)ZALLOC(strm, 1, ZALLOC 188 third_party/zlib/inflate.c ZALLOC(strm, 1, sizeof(struct inflate_state)); ZALLOC 370 third_party/zlib/inflate.c ZALLOC(strm, 1U << state->wbits, ZALLOC 1423 third_party/zlib/inflate.c ZALLOC(source, 1, sizeof(struct inflate_state)); ZALLOC 1428 third_party/zlib/inflate.c ZALLOC(source, 1U << state->wbits, sizeof(unsigned char));