Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dutils.c103 const char* const malloc_limit_str = getenv("MALLOC_LIMIT"); in Increment() local
104 if (malloc_limit_str != NULL) { in Increment()
105 mem_limit = atoi(malloc_limit_str); in Increment()