Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dmain_util.c57 static HChar* temporary_first = &temporary[0]; variable
74 vassert(temporary_first == &temporary[0]); in vexAllocSanityCheck()
78 vassert(temporary_first <= temporary_curr); in vexAllocSanityCheck()
85 vassert(private_LibVEX_alloc_first == temporary_first); in vexAllocSanityCheck()
98 vassert(IS_WORD_ALIGNED(temporary_first)); in vexAllocSanityCheck()
131 private_LibVEX_alloc_first = temporary_first; in vexSetAllocMode()