Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h16 And #define STBI_MALLOC, STBI_REALLOC, and STBI_FREE to avoid using malloc,realloc,free
671 #if defined(STBI_MALLOC) && defined(STBI_FREE) && (defined(STBI_REALLOC) || defined(STBI_REALLOC_SIZED))
673 #elif !defined(STBI_MALLOC) && !defined(STBI_FREE) && !defined(STBI_REALLOC) && !defined(STBI_REALLOC_SIZED)
676 #error "Must define all or none of STBI_MALLOC, STBI_FREE, and STBI_REALLOC (or STBI_REALLOC_SIZED)."
679 #ifndef STBI_MALLOC
680 #define STBI_MALLOC(sz) malloc(sz) macro
985 return STBI_MALLOC(size); in stbi__malloc()
7819 2.00b (2014-12-25) fix STBI_MALLOC in progressive JPEG
7823 STBI_MALLOC,STBI_REALLOC,STBI_FREE

Completed in 11 milliseconds