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