Searched refs:malloc_fail_at_str (Results 1 – 1 of 1) sorted by relevance
95 const char* const malloc_fail_at_str = getenv("MALLOC_FAIL_AT"); in Increment() local96 if (malloc_fail_at_str != NULL) { in Increment()97 countdown_to_fail = atoi(malloc_fail_at_str); in Increment()