Searched refs:extra_memory (Results 1 – 2 of 2) sorted by relevance
2436 void* extra_memory; in stbir__resize_arbitrary() local2442 extra_memory = STBIR_MALLOC(memory_required, alloc_context); in stbir__resize_arbitrary()2444 if (!extra_memory) in stbir__resize_arbitrary()2451 colorspace, extra_memory, memory_required); in stbir__resize_arbitrary()2453 STBIR_FREE(extra_memory, alloc_context); in stbir__resize_arbitrary()