OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temporary_first
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/VEX/priv/
main_util.c
58
static HChar*
temporary_first
= &temporary[0];
variable
80
vassert(
temporary_first
== &temporary[0]);
84
vassert(
temporary_first
<= temporary_curr);
91
vassert(private_LibVEX_alloc_first ==
temporary_first
);
104
vassert(IS_WORD_ALIGNED(
temporary_first
));
137
private_LibVEX_alloc_first =
temporary_first
;
Completed in 110 milliseconds