Searched refs:temporary_first (Results 1 – 1 of 1) sorted by relevance
57 static HChar* temporary_first = &temporary[0]; variable74 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()