HomeSort by relevance Sort by last modified time
    Searched refs:malloc_limit_str (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/utils/
utils.c 99 const char* const malloc_limit_str = getenv("MALLOC_LIMIT"); local
100 if (malloc_limit_str != NULL) {
101 mem_limit = atoi(malloc_limit_str);
  /external/webp/src/utils/
utils.c 99 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 209 milliseconds