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

  /external/chromium_org/third_party/libwebp/utils/
utils.c 91 const char* const malloc_fail_at_str = getenv("MALLOC_FAIL_AT"); local
92 if (malloc_fail_at_str != NULL) {
93 countdown_to_fail = atoi(malloc_fail_at_str);
  /external/webp/src/utils/
utils.c 91 const char* const malloc_fail_at_str = getenv("MALLOC_FAIL_AT"); local
92 if (malloc_fail_at_str != NULL) {
93 countdown_to_fail = atoi(malloc_fail_at_str);

Completed in 355 milliseconds