Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c157 MZ_FREE(p); in mz_free()
168 MZ_FREE(address); in miniz_def_free_func()
2007 MZ_FREE(pComp); in tdefl_compress_mem_to_output()
2118 MZ_FREE(pComp); in tdefl_write_image_to_png_file_in_memory_ex()
2133 MZ_FREE(pComp); in tdefl_write_image_to_png_file_in_memory_ex()
2134 MZ_FREE(out_buf.m_pBuf); in tdefl_write_image_to_png_file_in_memory_ex()
2168 MZ_FREE(pComp); in tdefl_write_image_to_png_file_in_memory_ex()
2169 MZ_FREE(out_buf.m_pBuf); in tdefl_write_image_to_png_file_in_memory_ex()
2177 MZ_FREE(pComp); in tdefl_write_image_to_png_file_in_memory_ex()
2197 MZ_FREE(pComp); in tdefl_compressor_free()
[all …]
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dminiz.h529 #define MZ_FREE(x) (void)x, ((void)0) macro
533 #define MZ_FREE(x) free(x) macro