mirror of https://github.com/xiph/flac
3 lines
119 B
C
3 lines
119 B
C
|
extern int alloc_check_threshold, alloc_check_counter;
|
||
|
int alloc_check_threshold = INT32_MAX, alloc_check_counter = 0;
|