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

/external/webp/src/utils/
H A Dutils.c99 const char* const malloc_limit_str = getenv("MALLOC_LIMIT"); local
100 if (malloc_limit_str != NULL) {
101 mem_limit = atoi(malloc_limit_str);

Completed in 154 milliseconds