OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sm_distinguished
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/memcheck/
mc_main.c
289
static SecMap
sm_distinguished
[3];
variable
292
return sm >= &
sm_distinguished
[0] && sm <= &
sm_distinguished
[2];
304
tl_assert(dist_sm == &
sm_distinguished
[0]
305
|| dist_sm == &
sm_distinguished
[1]
306
|| dist_sm == &
sm_distinguished
[2]);
346
if (oldSM == &
sm_distinguished
[SM_DIST_NOACCESS ]) n_noaccess_SMs --;
347
else if (oldSM == &
sm_distinguished
[SM_DIST_UNDEFINED]) n_undefined_SMs--;
348
else if (oldSM == &
sm_distinguished
[SM_DIST_DEFINED ]) n_defined_SMs --;
352
if (newSM == &
sm_distinguished
[SM_DIST_NOACCESS ]) n_noaccess_SMs ++
[
all
...]
Completed in 710 milliseconds