Lines Matching refs:STBIW_FREE
26 You can #define STBIW_MALLOC(), STBIW_REALLOC(), and STBIW_FREE() to replace
32 The returned data will be freed with STBIW_FREE() (free() by default),
219 #if defined(STBIW_MALLOC) && defined(STBIW_FREE) && (defined(STBIW_REALLOC) || defined(STBIW_REALLOC_SIZED))
221 #elif !defined(STBIW_MALLOC) && !defined(STBIW_FREE) && !defined(STBIW_REALLOC) && !defined(STBIW_REALLOC_SIZED)
224 #error "Must define all or none of STBIW_MALLOC, STBIW_FREE, and STBIW_REALLOC (or STBIW_REALLOC_SIZED)."
230 #define STBIW_FREE(p) free(p)
782 STBIW_FREE(scratch);
824 #define stbiw__sbfree(a) ((a) ? STBIW_FREE(stbiw__sbraw(a)),0 : 0)
982 STBIW_FREE(hash_table);
1145 line_buffer = (signed char *) STBIW_MALLOC(x * n); if (!line_buffer) { STBIW_FREE(filt); return 0; }
1175 STBIW_FREE(line_buffer);
1177 STBIW_FREE(filt);
1202 STBIW_FREE(zlib);
1223 if (!f) { STBIW_FREE(png); return 0; }
1226 STBIW_FREE(png);
1237 STBIW_FREE(png);