Lines Matching refs:zalloc
193 if (strm->zalloc == (alloc_func)0) {
197 strm->zalloc = zcalloc;
208 ZALLOC(strm, 1, sizeof(struct inflate_state));
390 ZALLOC(strm, 1U << state->wbits,
1438 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
1444 ZALLOC(source, 1, sizeof(struct inflate_state));
1449 ZALLOC(source, 1U << state->wbits, sizeof(unsigned char));