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

/external/webp/src/utils/
H A Dutils.c91 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 307 milliseconds