summaryrefslogtreecommitdiff
path: root/oss-fuzz/fuzzer_common.h
blob: 9545f95e253ab4af7cb7f2cee9cbb6c617d942a0 (plain)
1
2
extern int alloc_check_threshold, alloc_check_counter;
int alloc_check_threshold = INT32_MAX, alloc_check_counter = 0;