common.h 119 B

12
  1. extern int alloc_check_threshold, alloc_check_counter;
  2. int alloc_check_threshold = INT32_MAX, alloc_check_counter = 0;