Searched refs:MZ_REALLOC (Results 1 – 1 of 1) sorted by relevance
173 #define MZ_REALLOC(p, x) NULL macro177 #define MZ_REALLOC(p, x) realloc(p, x) macro241 …t size) { (void)opaque, (void)address, (void)items, (void)size; return MZ_REALLOC(address, items *… in def_realloc_func()958 pNew_buf = MZ_REALLOC(pBuf, new_out_buf_capacity); in tinfl_decompress_mem_to_heap()1989 pNew_buf = (mz_uint8*)MZ_REALLOC(p->m_pBuf, new_capacity); if (!pNew_buf) return MZ_FALSE; in tdefl_output_buffer_putter()