Home
last modified time | relevance | path

Searched refs:temporary_last (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dmain_util.c60 static HChar* temporary_last = &temporary[N_TEMPORARY_BYTES-1]; variable
81 vassert(temporary_last == &temporary[N_TEMPORARY_BYTES-1]); in vexAllocSanityCheck()
85 vassert(temporary_curr <= temporary_last); in vexAllocSanityCheck()
92 vassert(private_LibVEX_alloc_last == temporary_last); in vexAllocSanityCheck()
106 vassert(IS_WORD_ALIGNED(temporary_last+1)); in vexAllocSanityCheck()
139 private_LibVEX_alloc_last = temporary_last; in vexSetAllocMode()