Searched refs:MZ_REALLOC (Results 1 – 2 of 2) sorted by relevance
530 #define MZ_REALLOC(p, x) NULL macro534 #define MZ_REALLOC(p, x) realloc(p, x) macro
173 return MZ_REALLOC(address, items * size); in miniz_def_realloc_func()2032 pNew_buf = (mz_uint8 *)MZ_REALLOC(p->m_pBuf, new_capacity); in tdefl_output_buffer_putter()2879 pNew_buf = MZ_REALLOC(pBuf, new_out_buf_capacity); in tinfl_decompress_mem_to_heap()