mirror of
https://github.com/holub/mame
synced 2025-07-11 20:54:11 +03:00
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;
|