Searched refs:STBIW_FREE (Results 1 – 2 of 2) sorted by relevance
219 #if defined(STBIW_MALLOC) && defined(STBIW_FREE) && (defined(STBIW_REALLOC) || defined(STBIW_REALLO…221 #elif !defined(STBIW_MALLOC) && !defined(STBIW_FREE) && !defined(STBIW_REALLOC) && !defined(STBIW_R…230 #define STBIW_FREE(p) free(p) macro782 STBIW_FREE(scratch); in stbi_write_hdr_core()824 #define stbiw__sbfree(a) ((a) ? STBIW_FREE(stbiw__sbraw(a)),0 : 0)982 STBIW_FREE(hash_table); in stbi_zlib_compress()1145 …line_buffer = (signed char *) STBIW_MALLOC(x * n); if (!line_buffer) { STBIW_FREE(filt); return 0;… in stbi_write_png_to_mem()1175 STBIW_FREE(line_buffer); in stbi_write_png_to_mem()1177 STBIW_FREE(filt); in stbi_write_png_to_mem()1202 STBIW_FREE(zlib); in stbi_write_png_to_mem()[all …]