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
281
static SecMap
sm_distinguished
[3];
variable
284
return sm >= &
sm_distinguished
[0] && sm <= &
sm_distinguished
[2];
296
tl_assert(dist_sm == &
sm_distinguished
[0]
297
|| dist_sm == &
sm_distinguished
[1]
298
|| dist_sm == &
sm_distinguished
[2]);
338
if (oldSM == &
sm_distinguished
[SM_DIST_NOACCESS ]) n_noaccess_SMs --;
339
else if (oldSM == &
sm_distinguished
[SM_DIST_UNDEFINED]) n_undefined_SMs--;
340
else if (oldSM == &
sm_distinguished
[SM_DIST_DEFINED ]) n_defined_SMs --;
344
if (newSM == &
sm_distinguished
[SM_DIST_NOACCESS ]) n_noaccess_SMs ++
[
all
...]
Completed in 175 milliseconds