Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dmain_util.c59 static HChar* temporary_curr = &temporary[0]; variable
84 vassert(temporary_first <= temporary_curr); in vexAllocSanityCheck()
85 vassert(temporary_curr <= temporary_last); in vexAllocSanityCheck()
105 vassert(IS_WORD_ALIGNED(temporary_curr)); in vexAllocSanityCheck()
124 temporary_curr = private_LibVEX_alloc_curr; in vexSetAllocMode()
138 private_LibVEX_alloc_curr = temporary_curr; in vexSetAllocMode()
182 temporary_curr = &temporary[0]; in vexSetAllocModeTEMP_and_clear()