Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1933 #define MZ_FREE(x) (void)x, ((void)0) macro
1937 #define MZ_FREE(x) free(x) macro
2015 void mz_free(void *p) { MZ_FREE(p); } in mz_free()
2025 MZ_FREE(address); in def_free_func()
3007 MZ_FREE(pBuf); in tinfl_decompress_mem_to_heap()
3018 MZ_FREE(pBuf); in tinfl_decompress_mem_to_heap()
3070 MZ_FREE(pDict); in tinfl_decompress_mem_to_callback()
4393 MZ_FREE(pComp); in tdefl_compress_mem_to_output()
4521 MZ_FREE(pComp); in tdefl_write_image_to_png_file_in_memory_ex()
4538 MZ_FREE(pComp); in tdefl_write_image_to_png_file_in_memory_ex()
[all …]