Home
last modified time | relevance | path

Searched refs:MZ_REALLOC (Results 1 – 1 of 1) sorted by relevance

/external/OpenCL-CTS/test_common/miniz/
Dminiz.c173 #define MZ_REALLOC(p, x) NULL macro
177 #define MZ_REALLOC(p, x) realloc(p, x) macro
241 …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()