Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dmain_util.c58 static HChar* temporary_curr = &temporary[0]; variable
78 vassert(temporary_first <= temporary_curr); in vexAllocSanityCheck()
79 vassert(temporary_curr <= temporary_last); in vexAllocSanityCheck()
99 vassert(IS_WORD_ALIGNED(temporary_curr)); in vexAllocSanityCheck()
118 temporary_curr = private_LibVEX_alloc_curr; in vexSetAllocMode()
132 private_LibVEX_alloc_curr = temporary_curr; in vexSetAllocMode()
182 temporary_curr = &temporary[0]; in vexSetAllocModeTEMP_and_clear()