Searched refs:STBI_REALLOC (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…680 #define STBI_REALLOC(p,newsz) realloc(p,newsz) macro685 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz)