Searched refs:alloc_check_threshold (Results 1 – 5 of 5) sorted by relevance
67 extern int alloc_check_threshold, alloc_check_counter;70 if(alloc_check_threshold == INT32_MAX) in alloc_check()72 else if(alloc_check_counter++ == alloc_check_threshold) in alloc_check()
1 extern int alloc_check_threshold, alloc_check_counter;2 int alloc_check_threshold = INT32_MAX, alloc_check_counter = 0; variable
74 alloc_check_threshold = data[2]; in LLVMFuzzerTestOneInput()171 alloc_check_threshold = INT32_MAX; in LLVMFuzzerTestOneInput()330 alloc_check_threshold < INT32_MAX))) { in LLVMFuzzerTestOneInput()
74 alloc_check_threshold = data[1]; in LLVMFuzzerTestOneInput()76 alloc_check_threshold = INT32_MAX; in LLVMFuzzerTestOneInput()
65 alloc_check_threshold = data[1]; in LLVMFuzzerTestOneInput()67 alloc_check_threshold = INT32_MAX; in LLVMFuzzerTestOneInput()