Home | History | Annotate | Download | only in zlib

Lines Matching refs:ZALLOC

182     if (strm->zalloc == (alloc_func)0) {
183 strm->zalloc = zcalloc;
188 ZALLOC(strm, 1, sizeof(struct inflate_state));
370 ZALLOC(strm, 1U << state->wbits,
1417 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
1423 ZALLOC(source, 1, sizeof(struct inflate_state));
1428 ZALLOC(source, 1U << state->wbits, sizeof(unsigned char));