HomeSort by relevance Sort by last modified time
    Searched full:temporary_curr (Results 1 - 1 of 1) sorted by null

  /external/valgrind/VEX/priv/
main_util.c 59 static HChar* temporary_curr = &temporary[0]; variable
84 vassert(temporary_first <= temporary_curr);
85 vassert(temporary_curr <= temporary_last);
105 vassert(IS_WORD_ALIGNED(temporary_curr));
124 temporary_curr = private_LibVEX_alloc_curr;
138 private_LibVEX_alloc_curr = temporary_curr;
182 temporary_curr = &temporary[0];

Completed in 105 milliseconds