Searched refs:STBIR_FREE (Results 1 – 2 of 2) sorted by relevance
402 #define STBIR_FREE(ptr,c) ((void)(c), free(ptr)) macro2453 STBIR_FREE(extra_memory, alloc_context); in stbir__resize_arbitrary()