Home
last modified time | relevance | path

Searched refs:STBI_MALLOC (Results 1 – 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
Dstb_image.h670 #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_MALLOC
679 #define STBI_MALLOC(sz) malloc(sz) macro
984 return STBI_MALLOC(size); in stbi__malloc()