Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dutils.c95 const char* const malloc_fail_at_str = getenv("MALLOC_FAIL_AT"); in Increment() local
96 if (malloc_fail_at_str != NULL) { in Increment()
97 countdown_to_fail = atoi(malloc_fail_at_str); in Increment()