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

  /external/valgrind/main/VEX/priv/
main_util.c 66 static HChar* permanent_first = &permanent[0]; variable
76 vassert(permanent_first == &permanent[0]);
80 vassert(permanent_first <= permanent_curr);
90 vassert(private_LibVEX_alloc_first == permanent_first);
101 vassert(IS_WORD_ALIGNED(permanent_first));
137 private_LibVEX_alloc_first = permanent_first;
205 (Long)(permanent_curr - permanent_first) );

Completed in 3101 milliseconds