Searched refs:STBIR_MALLOC (Results 1 – 2 of 2) sorted by relevance
398 #ifndef STBIR_MALLOC401 #define STBIR_MALLOC(size,c) ((void)(c), malloc(size)) macro2442 extra_memory = STBIR_MALLOC(memory_required, alloc_context); in stbir__resize_arbitrary()