Searched refs:STBI_MALLOC (Results 1 – 1 of 1) sorted by relevance
670 #if defined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SI…672 #elif !defined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALL…678 #ifndef STBI_MALLOC679 #define STBI_MALLOC(sz) malloc(sz) macro984 return STBI_MALLOC(size); in stbi__malloc()