Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/
Dmc_main.c286 static void update_SM_counts(SecMap* oldSM, SecMap* newSM);
334 static void update_SM_counts(SecMap* oldSM, SecMap* newSM) in update_SM_counts() argument
342 if (newSM == &sm_distinguished[SM_DIST_NOACCESS ]) n_noaccess_SMs ++; in update_SM_counts()
343 else if (newSM == &sm_distinguished[SM_DIST_UNDEFINED]) n_undefined_SMs++; in update_SM_counts()
344 else if (newSM == &sm_distinguished[SM_DIST_DEFINED ]) n_defined_SMs ++; in update_SM_counts()