Home
last modified time | relevance | path

Searched refs:sm_state_counter (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_slist.c30 int sm_state_counter; variable
193 sm_state_counter++; in alloc_sm_state()
298 if (sm_state_counter * sizeof(struct sm_state) >= 100000000) in out_of_memory()
314 sm_perror("OOM: %luKb sm_state_count = %d", get_mem_kb(), sm_state_counter); in out_of_memory()
324 if (sm_state_counter * sizeof(struct sm_state) >= 25000000) in low_on_memory()
372 sm_state_counter = 0; in free_every_single_sm_state()
H A Dsmatch_slist.h19 extern int sm_state_counter;
H A Dcheck_debug.c743 sm_msg("state_count = %d\n", sm_state_counter); in match_state_count()