Searched refs:STBIW_FREE (Results 1 – 2 of 2) sorted by relevance
218 #if defined(STBIW_MALLOC) && defined(STBIW_FREE) && (defined(STBIW_REALLOC) || defined(STBIW_REALLO…220 #elif !defined(STBIW_MALLOC) && !defined(STBIW_FREE) && !defined(STBIW_REALLOC) && !defined(STBIW_R…229 #define STBIW_FREE(p) free(p) macro744 STBIW_FREE(scratch); in stbi_write_hdr_core()787 #define stbiw__sbfree(a) ((a) ? STBIW_FREE(stbiw__sbraw(a)),0 : 0)945 STBIW_FREE(hash_table); in stbi_zlib_compress()1091 …line_buffer = (signed char *) STBIW_MALLOC(x * n); if (!line_buffer) { STBIW_FREE(filt); return 0;… in stbi_write_png_to_mem()1121 STBIW_FREE(line_buffer); in stbi_write_png_to_mem()1123 STBIW_FREE(filt); in stbi_write_png_to_mem()1148 STBIW_FREE(zlib); in stbi_write_png_to_mem()[all …]