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

/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dsafe_malloc.h30 #define BROTLI_MAX_ALLOCABLE_MEMORY (1 << 30) macro
H A Dsafe_malloc.c29 if ((uint64_t)size > BROTLI_MAX_ALLOCABLE_MEMORY / nmemb) return 0;

Completed in 118 milliseconds