Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/
Dmc_main.c316 static Int n_defined_SMs = 0; variable
341 else if (oldSM == &sm_distinguished[SM_DIST_DEFINED ]) n_defined_SMs --; in update_SM_counts()
347 else if (newSM == &sm_distinguished[SM_DIST_DEFINED ]) n_defined_SMs ++; in update_SM_counts()
353 if (n_defined_SMs > max_defined_SMs ) max_defined_SMs = n_defined_SMs; in update_SM_counts()