Home | History | Annotate | Download | only in zlib_v128

Lines Matching full:zalloc

194     if (strm->zalloc == (alloc_func)0) {
198 strm->zalloc = zcalloc;
209 ZALLOC(strm, 1, sizeof(struct inflate_state));
392 ZALLOC(strm, 1U << state->wbits,
1450 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
1456 ZALLOC(source, 1, sizeof(struct inflate_state));
1461 ZALLOC(source, 1U << state->wbits, sizeof(unsigned char));