Searched refs:WEBP_MAX_ALLOCABLE_MEMORY (Results 1 – 2 of 2) sorted by relevance
36 #ifndef WEBP_MAX_ALLOCABLE_MEMORY38 #define WEBP_MAX_ALLOCABLE_MEMORY (1ULL << 34) macro41 #define WEBP_MAX_ALLOCABLE_MEMORY ((1ULL << 31) - (1 << 16))
171 if ((uint64_t)size > WEBP_MAX_ALLOCABLE_MEMORY / nmemb) return 0; in CheckSizeArgumentsOverflow()