Searched refs:malloc_number_to_fail (Results 1 – 1 of 1) sorted by relevance
51 static uint64_t malloc_number_to_fail = 0; variable62 if (failure_enabled && current_malloc_count > malloc_number_to_fail) { in exit_handler()86 malloc_number_to_fail = strtoull(env, &endptr, 10); in should_fail_allocation()103 bool should_fail = (current_malloc_count == malloc_number_to_fail); in should_fail_allocation()