Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dmain_util.c58 static HChar* temporary_first = &temporary[0]; variable
80 vassert(temporary_first == &temporary[0]); in vexAllocSanityCheck()
84 vassert(temporary_first <= temporary_curr); in vexAllocSanityCheck()
91 vassert(private_LibVEX_alloc_first == temporary_first); in vexAllocSanityCheck()
104 vassert(IS_WORD_ALIGNED(temporary_first)); in vexAllocSanityCheck()
137 private_LibVEX_alloc_first = temporary_first; in vexSetAllocMode()