| 1003 | |
| 1004 | #ifndef STBI_NO_FAILURE_STRINGS |
| 1005 | static int stbi__err(const char* str) { |
| 1006 | stbi__g_failure_reason = str; |
| 1007 | return 0; |
| 1008 | } |
| 1009 | #endif |
| 1010 | |
| 1011 | static void* stbi__malloc(size_t size) { |
no outgoing calls
no test coverage detected