diff options
Diffstat (limited to 'oss-fuzz/common.h')
-rw-r--r-- | oss-fuzz/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oss-fuzz/common.h b/oss-fuzz/common.h new file mode 100644 index 0000000..9545f95 --- /dev/null +++ b/oss-fuzz/common.h @@ -0,0 +1,2 @@ +extern int alloc_check_threshold, alloc_check_counter; +int alloc_check_threshold = INT32_MAX, alloc_check_counter = 0; |