Searched refs:newSM (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/memcheck/
H A Dmc_main.c289 static void update_SM_counts(SecMap* oldSM, SecMap* newSM);
337 static void update_SM_counts(SecMap* oldSM, SecMap* newSM) argument
345 if (newSM == &sm_distinguished[SM_DIST_NOACCESS ]) n_noaccess_SMs ++;
346 else if (newSM == &sm_distinguished[SM_DIST_UNDEFINED]) n_undefined_SMs++;
347 else if (newSM == &sm_distinguished[SM_DIST_DEFINED ]) n_defined_SMs ++;

Completed in 57 milliseconds