Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1932 #define MZ_MALLOC(x) NULL macro
1936 #define MZ_MALLOC(x) malloc(x) macro
2021 return MZ_MALLOC(items * size); in def_alloc_func()
3048 mz_uint8 *pDict = (mz_uint8 *)MZ_MALLOC(TINFL_LZ_DICT_SIZE); in tinfl_decompress_mem_to_callback()
4386 pComp = (tdefl_compressor *)MZ_MALLOC(sizeof(tdefl_compressor)); in tdefl_compress_mem_to_output()
4511 (tdefl_compressor *)MZ_MALLOC(sizeof(tdefl_compressor)); in tdefl_write_image_to_png_file_in_memory_ex()
4520 if (NULL == (out_buf.m_pBuf = (mz_uint8 *)MZ_MALLOC(out_buf.m_capacity))) { in tdefl_write_image_to_png_file_in_memory_ex()